Class NotificationSubscriptionMode
Defines the constants that specify whether need to listen the System.ComponentModel.INotifyPropertyChanging.PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object and System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of source collection.
Inheritance
Namespace: Syncfusion.UI.Xaml.Data
Assembly: Syncfusion.Data.WinUI.dll
Syntax
public sealed class NotificationSubscriptionMode : EnumFields
CollectionChange
Denotes view listens the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of SoureCollection.
Declaration
public const NotificationSubscriptionMode CollectionChangeField Value
| Type | 
|---|
| NotificationSubscriptionMode | 
None
Denotes System.ComponentModel.INotifyPropertyChanging.PropertyChanging, System.ComponentModel.INotifyPropertyChanged.PropertyChanged and System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged events will not be listened.
Declaration
public const NotificationSubscriptionMode NoneField Value
| Type | 
|---|
| NotificationSubscriptionMode | 
PropertyChange
Denotes view listens the System.ComponentModel.INotifyPropertyChanging.PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object.
Declaration
public const NotificationSubscriptionMode PropertyChangeField Value
| Type | 
|---|
| NotificationSubscriptionMode |