OnListChanged Method (GroupModelCollection)
In This Topic
Handles the ListChanged event.
Syntax
'Declaration
Protected Overridable Sub OnListChanged( _
ByVal As EventArgs _
)
protected virtual void OnListChanged(
EventArgs
)
Parameters
- e
- instance containing the event data.
See Also