C# Class PhotoSharingApp.Universal.Actions.OpenMenuFlyoutAction

Opens the attached menu flyout.
Inheritance: Windows.UI.Xaml.DependencyObject, IAction
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Свойство Type Description
IsEnabledProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Execute ( object sender, object parameter ) : object

Executes the action.

An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.

Method Details

Execute() public méthode

Executes the action.
An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.
public Execute ( object sender, object parameter ) : object
sender object /// The that is passed to the action by the behavior. Generally this is /// or a target object. ///
parameter object The value of this parameter is determined by the caller.
Résultat object

Property Details

IsEnabledProperty public_oe static_oe property

The dependency property for the IsEnabled property.
public static DependencyProperty,Windows.UI.Xaml IsEnabledProperty
Résultat Windows.UI.Xaml.DependencyProperty