ClassRadServiceStartingEventArgs
Class
Represents event data when RadService is starting.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class RadServiceStartingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadServiceStartingEventArgs
Inherited Members
Constructors
RadServiceStartingEventArgs(object)
Initializes a new instance of the RadServiceStartingEventArgs class.
Declaration
cs-api-definition
public RadServiceStartingEventArgs(object context)
Parameters
context
The context that is passed prior to the Start request.