CalendarDayButtonCalendarDayButtonMouseDown Event

Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a UIElement.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<PointerPressedEventArgs> CalendarDayButtonMouseDown

Value

EventHandlerPointerPressedEventArgs

See Also