PropertyValueChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the PropertyValueChanged event of a PropertyGrid control.
- C#
- VB.NET
public class PropertyValueChangedEventArgs : EventArgs
Public Class PropertyValueChangedEventArgs
Inherits EventArgs
Constructors
PropertyValueChangedEventArgs(changedItem, oldValue)
Initializes a new instance of the PropertyValueChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| changedItem | GridItem | The item in the grid that changed. |
| oldValue | Object | The old property value. |
Properties
ChangedItem
GridItem: Returns the GridItem that was changed.
OldValue
Object: The value of the grid item before it was changed.
Used By
| Name | Description |
|---|---|
| PropertyValueChangedEventHandler | The event handler class that is invoked when a property in the grid is modified by the user. |