Class
RadServiceStoppingEventArgs

Represents event data when RadService is stopping.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadServiceStoppingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadServiceStoppingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadServiceStoppingEventArgs(bool)

Initializes a new instance of the RadServiceStoppingEventArgs class.

Declaration

cs-api-definition
public RadServiceStoppingEventArgs(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