Class PropertyGridFieldEventArgs
An event arguments class that describes changes in a PropertyGridField instance.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridFieldEventArgs : SelectionChangeEventArgs
Constructors
PropertyGridFieldEventArgs(IList<Object>, IList<Object>)
Initializes a new instance of the PropertyGridFieldEventArgs class.
Declaration
public PropertyGridFieldEventArgs(IList<object> addedItems, IList<object> removedItems)
Parameters
System.Collections.Generic.IList<System.Object>
addedItems
The added items. |
System.Collections.Generic.IList<System.Object>
removedItems
The removed items. |
Properties
Field
Gets or sets the field.
Declaration
public PropertyGridField Field { get; protected set; }
Property Value
PropertyGridField
The field. |
PropertyDefinition
Gets or sets the property definition.
Declaration
public PropertyDefinition PropertyDefinition { get; protected set; }
Property Value
PropertyDefinition
The property definition. |