SelectedGridItemChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the SelectedGridItemChanged event of the PropertyGrid control.
- C#
- VB.NET
public class SelectedGridItemChangedEventArgs : EventArgs
Public Class SelectedGridItemChangedEventArgs
Inherits EventArgs
Constructors
SelectedGridItemChangedEventArgs(oldSelection, newSelection)
Initializes a new instance of the SelectedGridItemChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| oldSelection | GridItem | The previously selected grid item. |
| newSelection | GridItem | The newly selected grid item. |
Properties
NewSelection
GridItem: Returns the newly selected GridItem.
OldSelection
GridItem: Returns the previously selected GridItem.
Used By
| Name | Description |
|---|---|
| SelectedGridItemChangedEventHandler | Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid. |