OnItemsSourceChanged Method
In This Topic
Raises the
ItemsSourceChanged event.
Syntax
'Declaration
Protected Overridable Sub OnItemsSourceChanged( _
ByVal As EventArgs _
)
protected virtual void OnItemsSourceChanged(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also