AppActionEventArgs(AppAction) Constructor

Definition

Initializes a new instance of the AppActionEventArgs class.

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)

Parameters

appAction
AppAction

The AppAction that triggered this event.

Applies to