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

Represents event data when RadService is stopping.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class RadServiceStoppingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadServiceStoppingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RadServiceStoppingEventArgs class.

C#
public RadServiceStoppingEventArgs(bool commit)
Parameters:commitbool

Properties

Gets or sets the Commit parameter of the Stop request.

C#
public bool Commit { get; set; }