Class
FieldEventArgs

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 EventArgs.Empty

Constructors

FieldEventArgs(PropertyGridField)

Initializes a new instance of the FieldEventArgs class.

Declaration

cs-api-definition
public FieldEventArgs(PropertyGridField field)

Parameters

field

PropertyGridField

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

PropertyGridField

The field.