Class StateServiceStoppingEventArgs
Represents the arguments associated with a Stopping event.
Inheritance
System.Object
StateServiceStoppingEventArgs
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class StateServiceStoppingEventArgs : CancelEventArgs
Constructors
StateServiceStoppingEventArgs(Boolean)
Initializes a new instance of the StateServiceStoppingEventArgs class.
Declaration
public StateServiceStoppingEventArgs(bool commit)
Parameters
System.Boolean
commit
|
Properties
Commit
Gets or sets the Commit parameter of the Stop request.
Declaration
public bool Commit { get; set; }
Property Value
System.Boolean
|