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

Represents the arguments associated with a Starting event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class StateServiceStartingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsStateServiceStartingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the StateServiceStartingEventArgs class.

C#
public StateServiceStartingEventArgs(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; }