Raises the Changed event.
Syntax
'Declaration
Protected Overridable Sub OnChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As StyleInfo
Dim e As EventArgs
instance.OnChanged(e)
protected virtual void OnChanged(
EventArgs
)
Parameters
- e
- The System.EventArgs instance that contains the event data.
See Also