[]
        
(Showing Draft Content)

C1.Win.Command.DrawArrowEventHandler

DrawArrowEventHandler Delegate

Represents the method that will handle a DrawArrow event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.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, nint)

Methods

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