OnChanged Method (NamedStyle)
Raises the Changed event.
protected virtual void OnChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As NamedStyle
Dim e As EventArgs
instance.OnChanged(e)
Parameters
- e
- Event arguments to pass to event handlers