Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / SelectedIndexChangingEventArgs Class / CanCancel Field

In This Topic
    CanCancel Field
    In This Topic
    Indicates whether the change of the selected index can be cancelled by the event handler.
    Syntax
    'Declaration
     
    
    Public ReadOnly CanCancel As Boolean
    public readonly bool CanCancel
    See Also