[]
        
(Showing Draft Content)

C1.Win.Command.CustomizeLinkEventHandler

CustomizeLinkEventHandler Delegate

Represents the method that will handle a CustomizeLink event.

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

The source of the event.

CustomizeLinkEventArgs e

A CustomizeLinkEventArgs object that contains the event data.

Constructors

Name Description
CustomizeLinkEventHandler(object, nint)

Methods

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