WorksheetOnEntryInfoRequested Event
Rises when information about dimension requested.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public event EntryInfoRequestedEventHandler OnEntryInfoRequested
Public Event OnEntryInfoRequested As EntryInfoRequestedEventHandler
public:
event EntryInfoRequestedEventHandler^ OnEntryInfoRequested {
void add (EntryInfoRequestedEventHandler^ value);
void remove (EntryInfoRequestedEventHandler^ value);
}
member OnEntryInfoRequested : IEvent<EntryInfoRequestedEventHandler,
EventArgs>
Value
EntryInfoRequestedEventHandler