[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawArrowEventHandler

DrawArrowEventHandler Delegate

Represents the method that will handle a DrawArrow event.

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

The source of the event.

DrawArrowEventArgs e

A DrawArrowEventArgs object that contains the event data.

Constructors

Name Description
DrawArrowEventHandler(object, IntPtr)

Methods

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