OnCurrentChanged Method (C1CollectionView)
In This Topic
Raises the CurrentChanged event.
Syntax
'Declaration
Protected Overridable Sub OnCurrentChanged( _
ByVal As EventArgs _
)
protected virtual void OnCurrentChanged(
EventArgs
)
Parameters
- e
- The System.EventArgs instance containing the event data.
See Also