March 2003
Intermediate to advanced
896 pages
32h 35m
English
PropertyValueChangedEventArgs
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; } }
System.Object
→ System.EventArgs → PropertyValueChangedEventArgs
PropertyGrid.OnPropertyValueChanged(),
PropertyValueChangedEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access