ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / BeforeRotate Event

In This Topic
    BeforeRotate Event
    In This Topic
    Occurs before chart rotates.
    Syntax
    'Declaration
     
    Public Event BeforeRotate As RotateEventHandler
    public event RotateEventHandler BeforeRotate
    Event Data

    The event handler receives an argument of type RotateEventArgs containing data related to this event. The following RotateEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
    Remarks
    The event handler receives an argument of type RotateEventArgs containing data related to this event.
    See Also