ClassRadServiceStoppingEventArgs
Class
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
Constructors
RadServiceStoppingEventArgs(bool)
Initializes a new instance of the RadServiceStoppingEventArgs class.
Declaration
cs-api-definition
public RadServiceStoppingEventArgs(bool commit)
Parameters
commit