ComponentOne Menus and Toolbars for WinForms
SelectedIndexChangingEventArgs Constructor

C1.Win.C1Command.4 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.
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.
See Also

Reference

SelectedIndexChangingEventArgs Class
SelectedIndexChangingEventArgs Members