Search
PropertyEventArgs Members
Constructors Properties
 


Provides data for events raised by the PropertyGrid control.

The following tables list the members exposed by the PropertyEventArgs type.

 Public Constructors

  Name Description

PropertyEventArgs

Initializes a new instance of the PropertyEventArgs class.

 Public Properties

  Name Description

action

Gets the action associated with the event.

index

Gets the index of the object associated with the event.

meta

Gets the metaData of the property.

newValue

Gets or sets the new value of the property.

oldValue

Gets the old value of the property.

propertyName

Gets the name of the property.

propertyValue

Gets the value of the property.

 See Also