RoutedEvent Constructor
Initializes a new instance of the RoutedEvent class
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RoutedEvent(
string name,
RoutingStrategies routingStrategies,
Type eventArgsType,
Type ownerType
)
Public Sub New (
name As String,
routingStrategies As RoutingStrategies,
eventArgsType As Type,
ownerType As Type
)
new :
name : string *
routingStrategies : RoutingStrategies *
eventArgsType : Type *
ownerType : Type -> RoutedEvent