[]
Represents the method that will handle the GridChanged event.
public delegate void GridChangedEventHandler(object sender, GridChangedEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents the method that will handle the event. |
| GridChangedEventArgs | e | Represents the method that will handle the event. |
| Name | Description |
|---|---|
| GridChangedEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, GridChangedEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, GridChangedEventArgs) |