IScopeFlag
Interface
An interface representing the scope flag.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IScopeFlag
Derived Classes:
Properties
Methods
Creates new scope.
Cancels the scope.
C#
void Cancel()
Removes the scope.
C#
void End()
Opens the scope.
C#
void OpenScope()
Events
Occurs when the scope is closed.
C#
event EventHandler ScopeClosed