RoutedEventArgsSource Property

Gets or sets the source object that raised the routed event.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Object? Source { get; set; }

Property Value

Object

See Also