[]
        
(Showing Draft Content)

C1.Win.C1Command.CustomizeLinkEventHandler

CustomizeLinkEventHandler Delegate

Represents the method that will handle a CustomizeLink event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.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, IntPtr)

Methods

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