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
Constructors
Initializes a new instance of the StateServiceStartingEventArgs class.
C#
public StateServiceStartingEventArgs(object context)
The context that is passed prior to the Start request.