CustomFolderComboBoxOnShowOptionChanged Method |
This method needs to be called if a a ShowOption changed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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
)
member OnShowOptionChanged :
p_Sender : Object *
p_NeedFullRefresh : bool -> unit
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