CalendarLeftMouseButtonUp Event
Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture).
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<PointerReleasedEventArgs> CalendarLeftMouseButtonUp
Public Event CalendarLeftMouseButtonUp As EventHandler(Of PointerReleasedEventArgs)
member CalendarLeftMouseButtonUp : IEvent<EventHandler<PointerReleasedEventArgs>,
PointerReleasedEventArgs>
Value
EventHandler(PointerReleasedEventArgs)