Skip to main content
A newer version of this page is available. .

FieldRetrievingEventArgs Members

Provides data for the FieldRetrieving event.

Constructors

Name Description
FieldRetrievingEventArgs() Initializes a new instance of the FieldRetrievingEventArgs class.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
DataSourceNullValue Gets or sets the value used to initialize the Binding.DataSourceNullValue property for the auto-generated editor.
DataSourceUpdateMode Gets or sets the value used to initialize the Binding.DataSourceUpdateMode property for the auto-generated editor.
DataType Gets the bound field’s data type.
EditorType Gets or sets the type of the editor to be created.
FieldName Gets the data source field to which the editor is bound.
Handled Gets or sets whether the event is handled and the customized event parameters must be applied after the event handler is completed.
PropertyName Gets or sets the name of the editor’s property to which the data source field is bound.
Visible Gets or sets the layout item’s (editor’s) visibility.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also