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