Class RadTabbedFormControlCancelEventArgs
Inheritance
System.Object
System.EventArgs
RadTabbedFormControlCancelEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlCancelEventArgs : RadTabbedFormControlEventArgs
Constructors
RadTabbedFormControlCancelEventArgs(RadTabbedFormControlTab)
Declaration
public RadTabbedFormControlCancelEventArgs(RadTabbedFormControlTab tab)
Parameters
RadTabbedFormControlTab
tab
|
Properties
Cancel
Determines whether the event is canceled or may continue.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|