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 Field
Declaration
public FieldEventArgs(PropertyGridField field)
Parameters
Property The field. |
Properties
Field
Gets or sets the field of the current context.
Declaration
public PropertyGridField Field { get; protected set; }
Property Value
Property The field. |