Skip to main content
Version: 3.5

PropertyValueChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the PropertyValueChanged event of a PropertyGrid control.

public class PropertyValueChangedEventArgs : EventArgs

Constructors

Instance memberPropertyValueChangedEventArgs(changedItem, oldValue)

Initializes a new instance of the PropertyValueChangedEventArgs class.

NameTypeDescription
changedItemGridItemThe item in the grid that changed.
oldValueObjectThe old property value.

Properties

Instance memberChangedItem

GridItem: Returns the GridItem that was changed.

Instance memberOldValue

Object: The value of the grid item before it was changed.

Used By

NameDescription
PropertyValueChangedEventHandlerThe event handler class that is invoked when a property in the grid is modified by the user.