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