TaskCancelableEventHandler Delegate

 

Represents the method that will handle the TaskCancelable event of a TaskCancelableEventHandler.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public delegate void TaskCancelableEventHandler(
	Object^ sender,
	TaskCancelableEventArgs^ e
)
Return to top
Show: