ChooserBase<(Of <(TTaskEventArgs>)>).FireCompleted Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Raises the Completed event.

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

Syntax

Protected Sub FireCompleted ( _
    sender As Object, _
    e As TTaskEventArgs, _
    fireThisHandlerOnly As Delegate _
)
protected void FireCompleted(
    Object sender,
    TTaskEventArgs e,
    Delegate fireThisHandlerOnly
)

Parameters

  • fireThisHandlerOnly
    Type: System..::.Delegate
    The delegate to be called when the event is raised.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ChooserBase<(Of <(TTaskEventArgs>)>) Class

Microsoft.Phone.Tasks Namespace

Other Resources

Launchers and Choosers for Windows Phone 8