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.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public sealed class NotificationSubscriptionMode : Enum
Fields
CollectionChange
Denotes view listens the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of SoureCollection.
Declaration
public const NotificationSubscriptionMode CollectionChange
Field 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 None
Field 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 PropertyChange
Field Value
Type |
---|
NotificationSubscriptionMode |