PropertyValueChangedEventArgs

Wisej.Web.PropertyValueChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Provides data for the PropertyValueChanged event of a PropertyGrid control.

public class PropertyValueChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the PropertyValueChangedEventArgs class.

Properties

GridItem: Returns the GridItem that was changed.

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

Used By

Last updated