Class ScopeFlag
Inheritance
System.Object
ScopeFlag
Namespace: Telerik.Windows.Controls.Scopes
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public abstract class ScopeFlag : Object, IScopeFlag
Constructors
ScopeFlag()
Declaration
protected ScopeFlag()
Properties
CancelScopeCallback
Declaration
public Action CancelScopeCallback { get; set; }
Property Value
System.Action
|
CloseScopeCallback
Declaration
public Action CloseScopeCallback { get; set; }
Property Value
System.Action
|
IsActive
Declaration
public abstract bool IsActive { get; }
Property Value
System.Boolean
|
Implements
ThrowOnError
Declaration
public bool ThrowOnError { get; set; }
Property Value
System.Boolean
|
Methods
BeginScope()
Declaration
public IDisposable BeginScope()
Returns
System.IDisposable
|
Implements
Cancel()
CloseScope()
Declaration
protected abstract void CloseScope()
End()
OnScopeCanceled()
Declaration
protected virtual void OnScopeCanceled()
OnScopeClosed()
Declaration
protected virtual void OnScopeClosed()