A base class for picker controls that open up a page containg the picker UI.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class PickerBase : Control, 
	INotifyPropertyChanged
Visual Basic
Public MustInherit Class PickerBase _
	Inherits Control _
	Implements INotifyPropertyChanged
Visual C++
public ref class PickerBase abstract : public Control, 
	INotifyPropertyChanged

Inheritance Hierarchy

See Also