[]
        
(Showing Draft Content)

C1.Win.Command.DrawLinkEventHandler

DrawLinkEventHandler Delegate

Represents the method that will handle a DrawLink event.

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

The source of the event.

DrawLinkEventArgs e

A DrawLinkEventArgs object that contains the event data.

Constructors

Name Description
DrawLinkEventHandler(object, nint)

Methods

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