ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NavigatorBeforeActionEventArgs Class / Index Property

In This Topic
    Index Property (NavigatorBeforeActionEventArgs)
    In This Topic
    Current row index in the data source (only for Delete and Edit buttons).
    Syntax
    'Declaration
     
    Public Property Index As Integer
    public int Index {get; set;}
    See Also