New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadServiceStartingEventArgs class.

C#
public RadServiceStartingEventArgs(object context)
Parameters:contextobject

The context that is passed prior to the Start request.

Properties

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

C#
public object Context { get; }