Skip to main content
Version: 4.1

PropertyValueChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the PropertyValueChanged event of a PropertyGrid control.

public class PropertyValueChangedEventArgs : EventArgs

Constructors

Instance member PropertyValueChangedEventArgs(changedItem, oldValue)

Initializes a new instance of the PropertyValueChangedEventArgs class.

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

Properties

Instance member ChangedItem

GridItem: Returns the GridItem that was changed.

Instance member OldValue

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.