Interface ISuspendNotifications
Represents a interface for suspend notifications.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface ISuspendNotifications
Properties
NotificationsSuspended
Gets or sets a value indicating whether change notifications are suspended.
Declaration
bool NotificationsSuspended { get; }
Property Value
System.Boolean
|
Methods
ResumeNotifications()
Resumes the notifications.
Declaration
void ResumeNotifications()
SuspendNotifications()
Suspends the notifications.
Declaration
void SuspendNotifications()