menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewNotificationSubscriptionMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewNotificationSubscriptionMode

    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
    TreeViewNotificationSubscriptionMode
    Namespace: Syncfusion.TreeView.Engine
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeViewNotificationSubscriptionMode : Enum

    Fields

    CollectionChange

    Denotes view listens the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event of SoureCollection.

    Declaration
    public const TreeViewNotificationSubscriptionMode CollectionChange
    Field Value
    Type
    TreeViewNotificationSubscriptionMode

    None

    Denotes PropertyChanging, System.ComponentModel.INotifyPropertyChanged.PropertyChanged and System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged events will not be listened.

    Declaration
    public const TreeViewNotificationSubscriptionMode None
    Field Value
    Type
    TreeViewNotificationSubscriptionMode

    PropertyChange

    Denotes view listens the PropertyChanging and System.ComponentModel.INotifyPropertyChanged.PropertyChanged events of data object.

    Declaration
    public const TreeViewNotificationSubscriptionMode PropertyChange
    Field Value
    Type
    TreeViewNotificationSubscriptionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved