[]
        
(Showing Draft Content)

C1.Win.Command.CommandLinkEventHandler

CommandLinkEventHandler Delegate

Represents the method that will handle a CommandLinkAdded or CommandLinkRemoved event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void CommandLinkEventHandler(object sender, CommandLinkEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

CommandLinkEventArgs e

A CommandLinkEventArgs object that contains the event data.

Constructors

Name Description
CommandLinkEventHandler(object, nint)

Methods

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