ChooserBase<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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: TTaskEventArgs
The EventArgs associated with the event.
- fireThisHandlerOnly
- Type: System.Delegate
The delegate to be called when the event is raised.
Show: