PropertyChangedEventArgs

PropertyChangedEventArgs

System.ComponentModel (system.dll) class

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()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net