ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / NavigatorEditingEventHandler Delegate
The source of the event.
A NavigatorEditingEventArgs object that contains the event data.

In This Topic
    NavigatorEditingEventHandler Delegate
    In This Topic
    Represents the method that handles a Editing event.
    Syntax
    '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.
    See Also