AppActions.OnAppAction Event

Definition

Occurs when an app action is activated.

public:
 static event EventHandler<Microsoft::Maui::ApplicationModel::AppActionEventArgs ^> ^ OnAppAction;
public static event EventHandler<Microsoft.Maui.ApplicationModel.AppActionEventArgs>? OnAppAction;
member this.OnAppAction : EventHandler<Microsoft.Maui.ApplicationModel.AppActionEventArgs> 
Public Shared Custom Event OnAppAction As EventHandler(Of AppActionEventArgs) 

Event Type

Applies to