ISuspendNotifications
Interface
Represents a interface for suspend notifications.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public interface ISuspendNotifications
Derived Classes:
Properties
Gets or sets a value indicating whether change notifications are suspended.
C#
bool NotificationsSuspended { get; }
True if notifications are suspended, otherwise, false.
Methods
Resumes the notifications.
C#
void ResumeNotifications()
Suspends the notifications.
C#
void SuspendNotifications()