menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PropertyChangingEventArgs

    Provides data for the System.ComponentModel.INotifyPropertyChanging.PropertyChanging event.

    Inheritance
    System.Object
    PropertyChangingEventArgs
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public class PropertyChangingEventArgs : EventArgs

    Constructors

    PropertyChangingEventArgs(String)

    Initializes a new instance of the PropertyChangingEventArgs class.

    Declaration
    public PropertyChangingEventArgs(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    The name of the property whose value is changing.

    Properties

    PropertyName

    Gets the name of the property whose value is changing.

    Declaration
    public virtual string PropertyName { get; }
    Property Value
    Type Description
    System.String

    The name of the property whose value is changing.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved