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.2
Syntax
protected void OnShowOptionChanged(
	Object p_Sender,
	bool p_NeedFullRefresh
)

Parameters

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