TaskEventArgs Constructor (TaskResult)

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub New ( _
    taskResult As TaskResult _
)
public TaskEventArgs(
    TaskResult taskResult
)
public:
TaskEventArgs(
    TaskResult taskResult
)
new : 
        taskResult:TaskResult -> TaskEventArgs

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

TaskEventArgs Class

TaskEventArgs Overload

Microsoft.Phone.Tasks Namespace