SelectedGridItemChangedEventArgs

Wisej.Web.SelectedGridItemChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the SelectedGridItemChanged event of the PropertyGrid control.

public class SelectedGridItemChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the SelectedGridItemChangedEventArgs class.

NameTypeDescription

oldSelection

The previously selected grid item.

newSelection

The newly selected grid item.

Properties

GridItem: Returns the newly selected GridItem.

GridItem: Returns the previously selected GridItem.

Used By

NameDescription

Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.

Last updated