[]
Represents the method that handles a Editing event.
public delegate void NavigatorEditingEventHandler(object sender, NavigatorEditingEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
NavigatorEditingEventArgs | e | A NavigatorEditingEventArgs object that contains the event data. |
Name | Description |
---|---|
NavigatorEditingEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, NavigatorEditingEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, NavigatorEditingEventArgs) |