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