menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface INotifyPropertyChanging

    Notifies clients that a property value is changing.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public interface INotifyPropertyChanging

    Methods

    add_PropertyChanging(PropertyChangingEventHandler)

    Declaration
    void add_PropertyChanging(PropertyChangingEventHandler value)
    Parameters
    Type Name Description
    PropertyChangingEventHandler value

    remove_PropertyChanging(PropertyChangingEventHandler)

    Declaration
    void remove_PropertyChanging(PropertyChangingEventHandler value)
    Parameters
    Type Name Description
    PropertyChangingEventHandler value

    Events

    PropertyChanging

    Occurs when a property value is changing.

    Declaration
    event PropertyChangingEventHandler PropertyChanging
    Event Type
    Type
    PropertyChangingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved