[]
        
(Showing Draft Content)

C1.Win.List.NotInListEventHandler

NotInListEventHandler Delegate

Delegate for NotInList event.

Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public delegate void NotInListEventHandler(object sender, NotInListEventArgs e)
Parameters
Type Name Description
object sender Delegate for NotInList event.
NotInListEventArgs e Delegate for NotInList event.

Constructors

Name Description
NotInListEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, NotInListEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, NotInListEventArgs)