Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / SelectedIndexChangingEventArgs Class / SelectedIndexChangingEventArgs Constructor
Indicates the new index of the selected tab page.
Indicates whether the change of the selected index can be cancelled by the event handler.

In This Topic
    SelectedIndexChangingEventArgs Constructor
    In This Topic
    Initializes a new instance of the SelectedIndexChangingEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newIndex As Integer, _
       ByVal canCancel As Boolean _
    )
    public SelectedIndexChangingEventArgs( 
       int newIndex,
       bool canCancel
    )

    Parameters

    newIndex
    Indicates the new index of the selected tab page.
    canCancel
    Indicates whether the change of the selected index can be cancelled by the event handler.
    See Also