ClassFieldEventArgs
Class
Provides information about PropertyGridField events.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class FieldEventArgs : EventArgs
Inheritance: objectEventArgsFieldEventArgs
Inherited Members
Constructors
FieldEventArgs(PropertyGridField)
Initializes a new instance of the FieldEventArgs class.
Declaration
cs-api-definition
public FieldEventArgs(PropertyGridField field)
Parameters
field
The field.
Properties
Field
Gets or sets the field of the current context.
Declaration
cs-api-definition
public PropertyGridField Field { get; protected set; }
Property Value
The field.