[]
        
(Showing Draft Content)

C1.Win.Command.DrawBarEventHandler

DrawBarEventHandler Delegate

Represents the method that will handle a DrawBar event.

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

The source of the event.

DrawBarEventArgs e

A DrawBarEventArgs object that contains the event data.

Constructors

Name Description
DrawBarEventHandler(object, nint)

Methods

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