1 out of 1 rated this helpful - Rate this topic

ChooserBase<TTaskEventArgs> Class

July 26, 2012

The base class from which all Choosers are derived. This class exposes a common function for showing the Choosers and an event for handling the Chooser result.

System.Object
  Microsoft.Phone.Tasks.ChooserBase<TTaskEventArgs>
    More...

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public abstract class ChooserBase<TTaskEventArgs>
where TTaskEventArgs : TaskEventArgs

Type Parameters

TTaskEventArgs

The generic parameter for the EventArgs object for each type of Chooser.

The ChooserBase<TTaskEventArgs> type exposes the following members.

  NameDescription
Public methodChooserBase<TTaskEventArgs>Creates a new instance of the ChooserBase<TTaskEventArgs> class.
Top
  NameDescription
Public propertyTaskEventArgsThe EventArgs for the Completed event.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFireCompletedRaises the Completed event.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShowLaunches and displays the Chooser.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventCompletedOccurs when a Chooser task is completed.
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.