Click or drag to resize

CustomEditComboBoxOnSizeChanged Method

This event is triggered after the size of the combobox changed. Fixes bug #4397.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnSizeChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Contains event information.
See Also