DataPA Enterprise Dashboard Controls API Reference

The RequiredFieldValueRequestEventArgs type exposes the following members.

Constructors

  Name Description
Public method RequiredFieldValueRequestEventArgs
Creates and returns a new RequiredFieldValueRequestEventArgs object.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property COMValue
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
Public property Query
Gets the DashboardQuery object this event relates to.
Public property RequiredField
Gets the a RunDataPA.Field object that represents the required field this event relates to.
Public property Skip
Gets and sets whether the condition this event refers to should be skipped in the query.
Public property Value
Gets and sets the value to be assigned to this required field.
Public property ValueSet
Gets a value that indicates if a value has been provided for this required field.

See Also