Click or drag to resize
FdfControlEventArgs Class
Represents custom control event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    FDF.Common.Runtime.ControlsFdfControlEventArgs

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public sealed class FdfControlEventArgs : EventArgs

The FdfControlEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFdfControlEventArgs
Initializes a new instance of the FdfControlEventArgs class
Public methodFdfControlEventArgs(Type)
Initializes a new instance of the FdfControlEventArgs class
Public methodFdfControlEventArgs(Boolean, Object)
Initializes a new instance of the FdfControlEventArgs class
Top
Properties
  NameDescription
Public propertyIsCancelled
Gets or sets whether operation raising this event was (or should get) cancelled.
Public propertyRequestedType
Returns expected type of requested control's value.
Public propertyResults
Gets or sets the results (if any) of handling the control state.
Public propertyValue
Gets or sets control's current value of a bound object.
Top
Remarks