SelectedIndexChangingEventArgs Constructor
In This Topic
Initializes a new instance of the SelectedIndexChangingEventArgs class
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Boolean _
)
public SelectedIndexChangingEventArgs(
int ,
bool
)
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