Class RadServiceStartingEventArgs
Represents event data when RadService is starting.
Inheritance
System.Object
RadServiceStartingEventArgs
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadServiceStartingEventArgs : CancelEventArgs
Constructors
RadServiceStartingEventArgs(Object)
Initializes a new instance of the RadServiceStartingEventArgs class.
Declaration
public RadServiceStartingEventArgs(object context)
Parameters
System.Object
context
The context that is passed prior to the Start request. |
Properties
Context
Gets the Context, passed to the service as a start parameter.
Declaration
public object Context { get; }
Property Value
System.Object
|