Class
RadServiceStartingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

RadServiceStartingEventArgs(object)

Initializes a new instance of the RadServiceStartingEventArgs class.

Declaration

cs-api-definition
public RadServiceStartingEventArgs(object context)

Parameters

context

object

The context that is passed prior to the Start request.

Properties

Context

Gets the Context, passed to the service as a start parameter.

Declaration

cs-api-definition
public object Context { get; }

Property Value

object