C# Class trello.Extensions.AppBarExtensions

Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar

Method Details

AddButton() public static méthode

public static AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler System.Action
Résultat Microsoft.Phone.Shell.ApplicationBar

AddButton() public static méthode

public static AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler EventHandler
Résultat Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() public static méthode

public static AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler System.Action
Résultat Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() public static méthode

public static AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler EventHandler
Résultat Microsoft.Phone.Shell.ApplicationBar