ExecutionEventArgs.EventType PropertyExecutionEventArgs.EventType PropertyExecutionEventArgs::EventType Property

Gets the type of the execution event.

Syntax

Public ReadOnly Property EventType As ExecutionEventType
        Get
public ExecutionEventType EventType { get; }
public:
property ExecutionEventType EventType {
    ExecutionEventType get();
}