Click or drag to resize

DriverParseResultEventArgs Class

Driver parse result event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Nexpaq.EventArgumentsDriverParseResultEventArgs

Namespace:  Nexpaq.EventArguments
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class DriverParseResultEventArgs : EventArgs

The DriverParseResultEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDriverParseResultEventArgs
Initializes a new instance of the DriverParseResultEventArgs class
Top
Properties
  NameDescription
Public propertyLegacyDataSource
Legacy data source
Public propertyLegacyModuleUUID
Legacy module id
Top
Fields
  NameDescription
Public fieldDataSource
The data source.
Public fieldModuleUUID
The UUID of processed module.
Public fieldVariables
The variables as parse result.
Top
See Also