[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnMouseLeave

OnMouseLeave Method

OnMouseLeave(MouseEventArgs)

Invoked when an unhandled MouseLeave event is raised on this element. Implement this method to add class handling for this event.

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

The MouseEventArgs that contains the event data.

Overrides