'Declaration
Public Delegate Sub NotInListEventHandler( _ ByVal sender As Object, _ ByVal e As NotInListEventArgs _ )
public delegate void NotInListEventHandler( object sender, NotInListEventArgs e )
Parameters
- sender
- e
'Declaration
Public Delegate Sub NotInListEventHandler( _ ByVal sender As Object, _ ByVal e As NotInListEventArgs _ )
public delegate void NotInListEventHandler( object sender, NotInListEventArgs e )