menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NotificationSubscriptionMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    System.Object
    NotificationSubscriptionMode
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved