Table of Contents

Class DescriptorBase

Namespace
Innova.Prism.Telerik.Expressions
Assembly
Innova.Prism.Telerik.dll

Base class for all descriptors used for handling the logic for property changed notifications.

public class DescriptorBase : InheritanceContextPropagator, INotifyPropertyChanged, ISuspendNotifications
Inheritance
InheritanceContextPropagator
DescriptorBase
Implements
ISuspendNotifications
Derived
Extension Methods

Properties

NotificationsSuspended

Gets or sets a value indicating whether change notifications are suspended.

Methods

OnPropertyChanged(PropertyChangedEventArgs)

Raises the Telerik.Windows.Data.DescriptorBase.PropertyChanged event.

OnPropertyChanged(string)

Calls OnPropertyChanged(PropertyChangedEventArgs) creating a new instance of PropertyChangedEventArgs with given propertyName.

ResumeNotifications()

Resumes the notifications.

SuspendNotifications()

Suspends the notifications.

Events

PropertyChanged

Occurs when a property changes.