Class
StateServiceStoppingEventArgs

Represents the arguments associated with a Stopping event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class StateServiceStoppingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsStateServiceStoppingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

StateServiceStoppingEventArgs(bool)

Initializes a new instance of the StateServiceStoppingEventArgs class.

Declaration

cs-api-definition
public StateServiceStoppingEventArgs(bool commit)

Parameters

commit

bool

Properties

Commit

Gets or sets the Commit parameter of the Stop request.

Declaration

cs-api-definition
public bool Commit { get; set; }

Property Value

bool