CalendarLeftMouseButtonDown 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)
- C#
- VB
- F#
public event EventHandler<PointerPressedEventArgs> CalendarLeftMouseButtonDown
Public Event CalendarLeftMouseButtonDown As EventHandler(Of PointerPressedEventArgs)
member CalendarLeftMouseButtonDown : IEvent<EventHandler<PointerPressedEventArgs>,
PointerPressedEventArgs>
Value
EventHandler(PointerPressedEventArgs)