Click or drag to resize
DataCollectorBase Properties

The DataCollectorBase type exposes the following members.

Properties
  NameDescription
Public propertyEnableDisablePropertyFunc
Gets or sets the enable disable property function. This function is called (if not null) with the name of the property (first argument) to disable/enable (second argument) in a bound control.
Public propertyIsReady
Gets a value indicating whether this instance is ready. By default this property always returns false. Implement this property in a derived class to check whether all information has been gatherered.
Top
See Also