Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / OnPositionChanged Method
An System.EventArgs that contains the event data.

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

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also