Class ScopeFlag
Inheritance
System.Object
ScopeFlag
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ScopeFlag : Object, IScopeFlag
Constructors
ScopeFlag()
Declaration
protected ScopeFlag()
Properties
CloseScopeCallback
Declaration
public Action CloseScopeCallback { get; set; }
Property Value
System.
|
IsActive
Declaration
public abstract bool IsActive { get; }
Property Value
System.
|
Implements
ThrowOnError
Declaration
public bool ThrowOnError { get; set; }
Property Value
System.
|
Methods
BeginScope()
Declaration
public IDisposable BeginScope()
Returns
System.
|
Implements
Cancel()
CloseScope()
Declaration
protected abstract void CloseScope()
End()
OnScopeClosed(EventArgs)
Declaration
protected virtual void OnScopeClosed(EventArgs eventArgs)
Parameters
System.
|
OpenScope()
Events
ScopeClosed
Declaration
public event EventHandler ScopeClosed
Event Type
System.
|