OnCollectionChanged Method (UIStrings)
In This Topic
Fires the
CollectionChanged event.
Syntax
'Declaration
Protected Overridable Sub OnCollectionChanged( _
ByVal As EventArgs _
)
protected virtual void OnCollectionChanged(
EventArgs
)
Parameters
- e
- The event data.
See Also