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.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()
OnScopeClosed(EventArgs)
Declaration
protected virtual void OnScopeClosed(EventArgs eventArgs)
Parameters
|
System.EventArgs
eventArgs
|
OpenScope()
Events
ScopeClosed
Declaration
public event EventHandler ScopeClosed
Event Type
|
System.EventHandler
|