InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / OnPositionChanged Method

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

    Parameters

    e
    See Also