ClassPropertyGridFieldEventArgs
Class
An event arguments class that describes changes in a PropertyGridField instance.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PropertyGridFieldEventArgs : SelectionChangeEventArgs
Inheritance: objectRadRoutedEventArgsSelectionChangeEventArgsPropertyGridFieldEventArgs
Inherited Members
Constructors
PropertyGridFieldEventArgs(IList<object>, IList<object>)
Initializes a new instance of the PropertyGridFieldEventArgs class.
Properties
Field
Gets or sets the field.
Declaration
cs-api-definition
public PropertyGridField Field { get; protected set; }
Property Value
The field.
PropertyDefinition
Gets or sets the property definition.
Declaration
cs-api-definition
public PropertyDefinition PropertyDefinition { get; protected set; }
Property Value
The property definition.