PropertyValueChangedEventArgs

PropertyValueChangedEventArgs

System. Windows .Forms (system. windows .forms.dll) class

This class encapsulates the event data for the PropertyGrid.PropertyValueChanged event. You can retrieve the GridItem that changed (from which you can also determine the new value of the property) and the OldValue of the object.

 public class  PropertyValueChangedEventArgs  : EventArgs {  // Public Constructors  public  PropertyValueChangedEventArgs  (GridItem  changedItem  , object  oldValue  );  // Public Instance Properties  public GridItem  ChangedItem  {get; }    public object  OldValue  {get; } } 

Hierarchy

System.Object System.EventArgs PropertyValueChangedEventArgs

Passed To

PropertyGrid.OnPropertyValueChanged() , PropertyValueChangedEventHandler.{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