[]
Represents the method that will handle the Transform event of a C1Chart class.
public delegate void TransformEventHandler(object sender, TransformEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Represents the method that will handle the Transform event of a C1Chart class. |
TransformEventArgs | e | Represents the method that will handle the Transform event of a C1Chart class. |
The sender object is the Interaction object of the chart.
Name | Description |
---|---|
TransformEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, TransformEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, TransformEventArgs) |