C# Class PushSample7_0.ViewModel.MainViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm/getstarted

Inheritance: ViewModelBase
Afficher le fichier Open project: matthiasxc/Windows-Phone-7-Push-Notification-Sample-All

Méthodes publiques

Méthode Description
MainViewModel ( ) : System.Windows

Initializes a new instance of the MainViewModel class.

_pushNotificationService_GotPushUri ( object sender, GotPushUriEventArgs e ) : void

Private Methods

Méthode Description
MakePushUriCall ( ) : object

Method Details

MainViewModel() public méthode

Initializes a new instance of the MainViewModel class.
public MainViewModel ( ) : System.Windows
Résultat System.Windows

_pushNotificationService_GotPushUri() public méthode

public _pushNotificationService_GotPushUri ( object sender, GotPushUriEventArgs e ) : void
sender object
e PushSample7_0.Services.GotPushUriEventArgs
Résultat void