[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.RotateEventHandler

RotateEventHandler Delegate

Represents a method that handle the chart rotation event.

Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
public delegate void RotateEventHandler(object sender, RotateEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

RotateEventArgs e

A RotateEventArgs that contains event data.

Constructors

Name Description
RotateEventHandler(object, IntPtr)

Methods

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