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:
C#
public class PropertyGridFieldEventArgs : SelectionChangeEventArgs
Inheritance: objectRadRoutedEventArgsSelectionChangeEventArgsPropertyGridFieldEventArgs
Inherited Members
Constructors
Initializes a new instance of the PropertyGridFieldEventArgs class.
Properties
Gets or sets the field.
C#
public PropertyGridField Field { get; protected set; }
The field.
Gets or sets the property definition.
C#
public PropertyDefinition PropertyDefinition { get; protected set; }
The property definition.