Share via


DataTask.Canceled Event

Raised when the event is canceled.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Protected Event Canceled As EventHandler(Of EventArgs)
protected event EventHandler<EventArgs> Canceled
protected:
 event EventHandler<EventArgs^>^ Canceled {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member Canceled : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DataTask Class

Microsoft.Data.Schema.Tasks Namespace