SynchronizationScopeActivity.IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent Method

Definition

Defines the processing procedure when the subscribed-to event occurs.

C#
void IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent(object sender, System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs e);

Parameters

sender
Object

The object that raised the event.

e
ActivityExecutionStatusChangedEventArgs

The previously typed event arguments.

Implements

Applies to