Class StateServiceStartingEventArgs
Represents the arguments associated with a Starting event.
Inheritance
System.Object
StateServiceStartingEventArgs
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class StateServiceStartingEventArgs : CancelEventArgs
Constructors
StateServiceStartingEventArgs(Object)
Initializes a new instance of the StateServiceStartingEventArgs class.
Declaration
public StateServiceStartingEventArgs(object context)
Parameters
System.Object
context
The context that is passed prior to the Start request. |
Properties
Context
Gets the Context, passed to the service as a start parameter.
Declaration
public object Context { get; }
Property Value
System.Object
|