[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnLostMouseCapture

OnLostMouseCapture Method

OnLostMouseCapture(MouseEventArgs)

Invoked when an unhandled LostMouseCapture event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnLostMouseCapture(MouseEventArgs e)
Protected Overrides Sub OnLostMouseCapture(e As MouseEventArgs)
Parameters
Type Name Description
MouseEventArgs e

The MouseEventArgs that contains event data.

Overrides