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

In This Topic
    AfterRotate Event
    In This Topic
    Occurs after chart rotates.
    Syntax
    'Declaration
     
    Public Event AfterRotate As RotateEventHandler
    public event RotateEventHandler AfterRotate
    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