ShellBrowser .Net Edition
OnShowOptionChanged Method (p_Sender, p_NeedFullRefresh)
NamespacesJam.ShellCustomFolderComboBoxOnShowOptionChanged(Object, Boolean)
This method needs to be called if a a ShowOption changed.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnShowOptionChanged(
	Object p_Sender,
	bool p_NeedFullRefresh
)
Protected Sub OnShowOptionChanged ( _
	p_Sender As Object, _
	p_NeedFullRefresh As Boolean _
)
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 is sufficient.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)