5 references to AppActionEventArgs
Microsoft.Maui (1)
Hosting\EssentialsMauiAppBuilderExtensions.cs (1)
166
void HandleOnAppAction(object? sender,
AppActionEventArgs
e)
Microsoft.Maui.Essentials (4)
AppActions\AppActions.netstandard.tvos.watchos.macos.tizen.cs (1)
19
public event EventHandler<
AppActionEventArgs
> AppActionActivated;
AppActions\AppActions.shared.cs (3)
34
event EventHandler<
AppActionEventArgs
>? AppActionActivated;
109
public static event EventHandler<
AppActionEventArgs
>? OnAppAction
184
/// Initializes a new instance of the <see cref="
AppActionEventArgs
"/> class.