TaskExecutionContext.LogEntry Event

Definition

Occurs when the log entry of the control changed.

public:
 event EventHandler<Microsoft::SqlServer::Management::TaskForms::TaskExecutionLogEntryEventArgs ^> ^ LogEntry;
public event EventHandler<Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs> LogEntry;
member this.LogEntry : EventHandler<Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs> 
Public Custom Event LogEntry As EventHandler(Of TaskExecutionLogEntryEventArgs) 

Event Type

Applies to