Class RadServiceStoppingEventArgs
Represents event data when RadService is stopping.
Inheritance
System.Object
RadServiceStoppingEventArgs
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadServiceStoppingEventArgs : CancelEventArgs
Constructors
RadServiceStoppingEventArgs(Boolean)
Initializes a new instance of the RadServiceStoppingEventArgs class.
Declaration
public RadServiceStoppingEventArgs(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
|