Share via


WorkflowNotificationPublisher.PublishNotificationComplete Event

 

Occurs when publish notification completes.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public event EventHandler<PublishNotificationCompleteEventArgs> PublishNotificationComplete
public:
event EventHandler<PublishNotificationCompleteEventArgs^>^ PublishNotificationComplete {
    void add(EventHandler<PublishNotificationCompleteEventArgs^>^ value);
    void remove(EventHandler<PublishNotificationCompleteEventArgs^>^ value);
}
member PublishNotificationComplete : IEvent<EventHandler<PublishNotificationCompleteEventArgs>,
    PublishNotificationCompleteEventArgs>
Public Event PublishNotificationComplete As EventHandler(Of PublishNotificationCompleteEventArgs)

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top