| ExecutorServiceGridEvent Event |
Grid Event Handle
Namespace:
CSharpGrid.Grid
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public event EventHandler<GridEventArgs> GridEvent
public:
event EventHandler<GridEventArgs^>^ GridEvent {
void add (EventHandler<GridEventArgs^>^ value);
void remove (EventHandler<GridEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerGridEventArgsSee Also