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 : Enum
Fields
CollectionChange
Denotes view listens the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of SoureCollection.
Declaration
public const NotificationSubscriptionMode CollectionChange
Field Value
Type | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
NotificationSubscriptionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |