[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeftButtonUp

OnMouseLeftButtonUp Method

OnMouseLeftButtonUp(MouseButtonEventArgs)

Invoked when an unhandled MouseLeftButtonUp routed 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 OnMouseLeftButtonUp(MouseButtonEventArgs e)
Protected Overrides Sub OnMouseLeftButtonUp(e As MouseButtonEventArgs)
Parameters
Type Name Description
MouseButtonEventArgs e

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

Overrides