ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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 System.Integer, _
       ByVal canCancel As System.Boolean _
    )
    public SelectedIndexChangingEventArgs( 
       System.int newIndex,
       System.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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also