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