RoutedEvent<TEventArgs> Class
Definition
public class RoutedEvent<TEventArgs>
Constructors
| Name | Description |
|---|---|
| RoutedEvent<TEventArgs> | No summary available. |
RoutedEvent<TEventArgs> Constructor
public RoutedEvent<TEventArgs>(string name, Avalonia.Interactivity.RoutingStrategies routingStrategies, Type ownerType)
Parameters
name string
routingStrategies Avalonia.Interactivity.RoutingStrategies
ownerType Type
Methods
| Name | Description |
|---|---|
| AddClassHandler | No summary available. |
| AddClassHandler | Inherited from RoutedEvent. |
| Register (2 overloads) | Inherited from RoutedEvent. |
| ToString | Inherited from RoutedEvent. |
AddClassHandler Method
public IDisposable AddClassHandler<TTarget>(Action<TTarget, TEventArgs> handler, Avalonia.Interactivity.RoutingStrategies routes, bool handledEventsToo)
Parameters
handler Action<TTarget, TEventArgs>
routes Avalonia.Interactivity.RoutingStrategies
handledEventsToo bool
Type Parameters
TTarget
Returns
IDisposable
Properties
| Name | Description |
|---|---|
| EventArgsType | Inherited from RoutedEvent. |
| HasRaisedSubscriptions | Inherited from RoutedEvent. |
| Name | Inherited from RoutedEvent. |
| OwnerType | Inherited from RoutedEvent. |
| Raised | Inherited from RoutedEvent. |
| RouteFinished | Inherited from RoutedEvent. |
| RoutingStrategies | Inherited from RoutedEvent. |