[]
        
(Showing Draft Content)

C1.Win.C1Command.CommandClickEventHandler

CommandClickEventHandler Delegate

Represents the method that will handle a CommandClick event.

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

The source of the event.

CommandClickEventArgs e

A CommandClickEventArgs object that contains the event data.

Constructors

Name Description
CommandClickEventHandler(object, IntPtr)

Methods

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