Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / OnValueChanged Method
An System.EventArgs that contains the event arguments.


In This Topic
    OnValueChanged Method (RotationAngle)
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValueChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim e As EventArgs
     
    instance.OnValueChanged(e)
    protected virtual void OnValueChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event arguments.
    See Also