SingleScopeFlag
Class
Represents a single flag for the scope within Telerik's controls framework.
Definition
Namespace:Telerik.Windows.Controls.Scopes
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class SingleScopeFlag : ScopeFlag, IScopeFlag
Inheritance: objectScopeFlagSingleScopeFlag
Implements:
Inherited Members
Constructors
C#
public SingleScopeFlag()
Properties
Methods
Closes the current scope, marking it as inactive and allowing for cleanup or finalization of operations.
C#
protected override void CloseScope()
Overrides:
Opens a new scope within the context of the SingleScopeFlag, allowing for the execution of actions or operations that should be isolated from other scopes.
C#
public override void OpenScope()
Overrides: