Wisej.Web.SelectedGridItemChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the SelectedGridItemChanged event of the PropertyGrid control.
public class SelectedGridItemChangedEventArgs : EventArgsPublic Class SelectedGridItemChangedEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Returns the newly selected .
: Returns the previously selected .
oldSelection
The previously selected grid item.
newSelection
The newly selected grid item.
Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.