Class ProgressReportEventArgs
- Inheritance
-
ProgressReportEventArgs
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
public class ProgressReportEventArgs
- Extension Methods
-
Constructors
ProgressReportEventArgs(TraceEventArgs)
public ProgressReportEventArgs(TraceEventArgs xEvent)
Parameters
Type |
Name |
Description |
TraceEventArgs |
xEvent |
|
Properties
EventType
public ProgressEventType EventType { get; }
Property Value
IntegerData
public long? IntegerData { get; }
Property Value
ObjectName
public string ObjectName { get; }
Property Value
ObjectPath
public string ObjectPath { get; }
Property Value
RequestID
public string RequestID { get; }
Property Value
Text
public string Text { get; }
Property Value