UrlsOpened Event
Obsolete.
Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ObsoleteAttribute("Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.")]
public event EventHandler<UrlOpenedEventArgs> UrlsOpened
<ObsoleteAttribute("Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.")>
Public Event UrlsOpened As EventHandler(Of UrlOpenedEventArgs)
[<ObsoleteAttribute("Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.")>]
member UrlsOpened : IEvent<EventHandler<UrlOpenedEventArgs>,
UrlOpenedEventArgs>
Value
EventHandler(UrlOpenedEventArgs)