ComponentOne List for WinForms
C1.Win.C1List Namespace / NotInListEventHandler Delegate

In This Topic
    NotInListEventHandler Delegate
    In This Topic
    Delegate for NotInList event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub NotInListEventHandler( _
       ByVal sender As Object, _
       ByVal e As NotInListEventArgs _
    ) 
    public delegate void NotInListEventHandler( 
       object sender,
       NotInListEventArgs e
    )

    Parameters

    sender
    e
    See Also