Name

PropertyChangedEventArgs

Synopsis

This class encapsulates the data for the OnPropertyChanging( ) event raised by the System.Data.DataSet, System.Data.DataTable, and System.Data.DataColumn classes.

You can determine the PropertyName of the property that changed.


public class PropertyChangedEventArgs : EventArgs {

// Public Constructors

   public PropertyChangedEventArgs(string propertyName);

// Public Instance Properties

   public virtual string PropertyName{get; }

}

Hierarchy

System.Object System.EventArgs PropertyChangedEventArgs

Passed To

PropertyChangedEventHandler.{BeginInvoke(), Invoke()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.