Class NotificationSubscriptionMode
Defines the constants that specify whether need to listen the PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object and System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of source collection.
Inheritance
System.Object
NotificationSubscriptionMode
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.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 |
---|
NotificationSubscriptionMode |
None
Denotes 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 PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object.
Declaration
public const NotificationSubscriptionMode PropertyChange
Field Value
Type |
---|
NotificationSubscriptionMode |