OnValueChanged Method (RotationAngle)
Raises the ValueChanged event.
protected virtual void OnValueChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnValueChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As RotationAngle
Dim e As EventArgs
instance.OnValueChanged(e)
Parameters
- e
- An System.EventArgs that contains the event arguments.