[]
        
(Showing Draft Content)

C1.Win.C1List.MismatchEventHandler

MismatchEventHandler Delegate

Delegate for Mismatch event.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public delegate void MismatchEventHandler(object sender, MismatchEventArgs e)
Parameters
Type Name Description
object sender Delegate for Mismatch event.
MismatchEventArgs e Delegate for Mismatch event.

Constructors

Name Description
MismatchEventHandler(object, IntPtr)

Methods

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