OnPositionChanged Method (InputDataNavigator)
In This Topic
Raises the
PositionChanged event.
Syntax
'Declaration
Protected Overridable Sub OnPositionChanged( _
ByVal As EventArgs _
)
protected virtual void OnPositionChanged(
EventArgs
)
Parameters
- e
See Also