Compartir a través de


WorkflowNotificationPublisher.PublisherError (Evento)

 

Se produce cuando hay un error del editor.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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

Vea también

WorkflowNotificationPublisher (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio