Class
StateServiceStartingEventArgs

Represents the arguments associated with a Starting event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class StateServiceStartingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsStateServiceStartingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

StateServiceStartingEventArgs(object)

Initializes a new instance of the StateServiceStartingEventArgs class.

Declaration

cs-api-definition
public StateServiceStartingEventArgs(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