'Declaration Public Delegate Sub NavigatorEditingEventHandler( _ ByVal sender As Object, _ ByVal e As NavigatorEditingEventArgs _ )
public delegate void NavigatorEditingEventHandler( object sender, NavigatorEditingEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A NavigatorEditingEventArgs object that contains the event data.