[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.OnDropDownClosed

OnDropDownClosed Method

OnDropDownClosed(EventArgs)

Raises the DropDownClosed event.

Declaration
protected virtual void OnDropDownClosed(EventArgs e)
Protected Overridable Sub OnDropDownClosed(e As EventArgs)
Parameters
Type Name Description
EventArgs e

The EventArgs instance containing the event data.

Remarks

The purpose of this method is similar to common language runtime (CLR) event pattern On* methods: It provides a mean to fire the DropDownClosed event.