[]
        
(Showing Draft Content)

C1.Win.C1List.NotInListEventHandler

NotInListEventHandler Delegate

Delegate for NotInList event.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.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, IntPtr)

Methods

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