RoutedEvent<TEventArgs> Class
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public class RoutedEvent<TEventArgs> : RoutedEvent
where TEventArgs : RoutedEventArgs
Public Class RoutedEvent(Of TEventArgs As RoutedEventArgs)
Inherits RoutedEvent
type RoutedEvent<'TEventArgs when 'TEventArgs : RoutedEventArgs> =
class
inherit RoutedEvent
end
| Inheritance | Object → RoutedEvent → RoutedEvent(TEventArgs) |
Type Parameters
Constructors
| RoutedEvent(TEventArgs)(String, RoutingStrategies, Type) | Initializes a new instance of the RoutedEvent(TEventArgs) class |
Properties
| 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) |
Methods
| AddClassHandler(Type, EventHandler(RoutedEventArgs), RoutingStrategies, Boolean) | (Inherited from RoutedEvent) |
| AddClassHandler(TTarget)(Action(TTarget, TEventArgs), RoutingStrategies, Boolean) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode() | Serves as the default hash function. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString() | (Inherited from RoutedEvent) |