Freigeben über


AppActionEventArgs(AppAction) Konstruktor

Definition

Initialisiert eine neue Instanz der AppActionEventArgs-Klasse.

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)

Parameter

appAction
AppAction

Der AppAction , der dieses Ereignis ausgelöst hat.

Gilt für: