Click or drag to resize

CustomFolderComboBoxOnShowOptionChanged Method

This method needs to be called if a a ShowOption changed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected void OnShowOptionChanged(
	Object p_Sender,
	bool p_NeedFullRefresh
)

Parameters

p_Sender
Type: SystemObject
Sender of the event.
p_NeedFullRefresh
Type: SystemBoolean
pass true if the component needs a full refresh, false if a call to Invalidate is sufficient.
See Also