FieldEventArgs
Class
Provides information about PropertyGridField events.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class FieldEventArgs : EventArgs
Inheritance: objectEventArgsFieldEventArgs
Inherited Members
Constructors
Initializes a new instance of the FieldEventArgs class.
Properties
Gets or sets the field of the current context.
C#
public PropertyGridField Field { get; protected set; }
The field.