New to Telerik UI for WinFormsStart a free 30-day trial

Represents the arguments associated with a Stopping event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class StateServiceStoppingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsStateServiceStoppingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the StateServiceStoppingEventArgs class.

C#
public StateServiceStoppingEventArgs(bool commit)
Parameters:commitbool

Properties

Gets or sets the Commit parameter of the Stop request.

C#
public bool Commit { get; set; }