March 2003
Intermediate to advanced
896 pages
32h 35m
English
SelectedGridItemChangedEventArgs
This class encapsulates the data for the
PropertyGrid.SelectedGridItemChanged event. You
can retrieve both the OldSelection and the
NewSelection.
public class SelectedGridItemChangedEventArgs : EventArgs { // Public Constructors public SelectedGridItemChangedEventArgs(GridItem oldSel, GridItem newSel); // Public Instance Properties public GridItem NewSelection{get; } public GridItem OldSelection{get; } }
System.Object
→ System.EventArgs → SelectedGridItemChangedEventArgs
PropertyGrid.OnSelectedGridItemChanged(),
SelectedGridItemChangedEventHandler.{BeginInvoke(), Invoke()}