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 (in ShellBrowser.dll) Version: 7.2
Syntax
protected override void OnSizeChanged(
	EventArgs e
)

Parameters

e  EventArgs
Contains event information.
See Also