Skip to main content

Register<TEventArgs>(String, RoutingStrategies, Type) Method

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static RoutedEvent<TEventArgs> Register<TEventArgs>(
string name,
RoutingStrategies routingStrategy,
Type ownerType
)
where TEventArgs : RoutedEventArgs

Parameters

  String
 
  RoutingStrategies
 
  Type
 

Type Parameters

Return Value

RoutedEvent(TEventArgs)

See Also

Reference

RoutedEvent Class
Register Overload
Avalonia.Interactivity Namespace