[]
        
(Showing Draft Content)

C1.Win.C1Command.ClickEventHandler

ClickEventHandler Delegate

Represents the method that will handle a Click event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void ClickEventHandler(object sender, ClickEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

ClickEventArgs e

A ClickEventArgs object that contains the event data.

Constructors

Name Description
ClickEventHandler(object, IntPtr)

Methods

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