Class FieldEventArgs
Provides information about PropertyGridField events.
Inheritance
System.Object
System.EventArgs
FieldEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |