[]
        
(Showing Draft Content)

C1.Win.C1Command.MeasureLinkEventHandler

MeasureLinkEventHandler Delegate

Represents the method that will handle a MeasureLink event.

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

The source of the event.

MeasureLinkEventArgs e

A MeasureLinkEventArgs object that contains the event data.

Constructors

Name Description
MeasureLinkEventHandler(object, IntPtr)

Methods

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