ClassStateServiceStartingEventArgs
Class
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
Constructors
StateServiceStartingEventArgs(object)
Initializes a new instance of the StateServiceStartingEventArgs class.
Declaration
cs-api-definition
public StateServiceStartingEventArgs(object context)
Parameters
context
The context that is passed prior to the Start request.