Class DescriptorBase
Base class for all descriptors used for handling the logic for property changed notifications.
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class DescriptorBase : InheritanceContextPropagator, INotifyPropertyChanged, ISuspendNotifications
Constructors
DescriptorBase()
Declaration
public DescriptorBase()
Properties
NotificationsSuspended
Gets or sets a value indicating whether change notifications are suspended.
Declaration
public bool NotificationsSuspended { get; }
Property Value
System.
|
Implements
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System. The System. |
OnPropertyChanged(String)
Calls OnpropertyName
.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property that is changed. |
ResumeNotifications()
Resumes the notifications.
Declaration
public void ResumeNotifications()
Implements
SuspendNotifications()
Suspends the notifications.
Declaration
public void SuspendNotifications()
Implements
Events
PropertyChanged
Occurs when a property changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|