Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INotifyPropertyChanging - Xamarin.iOS 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 Description
    PropertyChangingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved