[]
        
(Showing Draft Content)

C1.Win.C1Chart.TransformEventHandler

TransformEventHandler Delegate

Represents the method that will handle the Transform event of a C1Chart class.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate void TransformEventHandler(object sender, TransformEventArgs e)
Parameters
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.
Remarks

The sender object is the Interaction object of the chart.

Constructors

Name Description
TransformEventHandler(object, IntPtr)

Methods

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