ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / RotateEventHandler Delegate

In This Topic
    RotateEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub RotateEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As RotateEventArgs _
    ) 
    public delegate void RotateEventHandler( 
       System.object sender,
       RotateEventArgs e
    )

    Parameters

    sender
    e
    See Also