Partager via


AppActionEventArgs(AppAction) Constructeur

Définition

Initialise une nouvelle instance de la classe AppActionEventArgs.

public:
 AppActionEventArgs(Microsoft::Maui::ApplicationModel::AppAction ^ appAction);
public AppActionEventArgs (Microsoft.Maui.ApplicationModel.AppAction appAction);
new Microsoft.Maui.ApplicationModel.AppActionEventArgs : Microsoft.Maui.ApplicationModel.AppAction -> Microsoft.Maui.ApplicationModel.AppActionEventArgs
Public Sub New (appAction As AppAction)

Paramètres

appAction
AppAction

AppAction qui a déclenché cet événement.

S’applique à