SelectedGridItemChangedEventArgs
Wisej.Web.SelectedGridItemChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the SelectedGridItemChanged event of the PropertyGrid control.
public class SelectedGridItemChangedEventArgs : EventArgs
Constructors
SelectedGridItemChangedEventArgs(oldSelection, newSelection)

Initializes a new instance of the SelectedGridItemChangedEventArgs class.
Properties
NewSelection

GridItem: Returns the newly selected GridItem.
OldSelection

GridItem: Returns the previously selected GridItem.
Used By
Name
Description
Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.
Last updated
Was this helpful?