1 instantiation of AppActionEventArgs
Microsoft.Maui.Essentials (1)
AppActions\AppActions.ios.cs (1)
42
AppActionActivated?.Invoke(null, new
AppActionEventArgs
(appAction));
5 references to AppActionEventArgs
Microsoft.Maui (1)
Hosting\EssentialsMauiAppBuilderExtensions.cs (1)
166
void HandleOnAppAction(object? sender,
AppActionEventArgs
e)
Microsoft.Maui.Essentials (4)
AppActions\AppActions.ios.cs (1)
34
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.