ExecutionEventArgs ClassExecutionEventArgs ClassExecutionEventArgs Class
- XmlPrime 5.0
- Other Versions ▼
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- System.EventArgsSystem.EventArgsSystem::EventArgs
- XmlPrime.ExecutionEventArgsXmlPrime.ExecutionEventArgsXmlPrime::ExecutionEventArgs
The ExecutionEventArgsExecutionEventArgsExecutionEventArgs
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() | EventTypeEventTypeEventType | Gets the type of the execution event. |
![]() | LabelLabelLabel | Gets the label associated with this event. |
![]() | LineNumberLineNumberLineNumber | Gets the line number of the instruction that raised the event. |
![]() | LinePositionLinePositionLinePosition | Gets the character position within LineNumberLineNumberLineNumber of the instruction that raised the event. |
![]() | SourceUriSourceUriSourceUri | Gets the URI of the source file containing the instruction that caused the event. |