Click or drag to resize

ShowOptionEventArgs Constructor (Boolean)

Construct the OptionEvent

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShowOptionEventArgs(
	bool p_NeedFullRefresh
)

Parameters

p_NeedFullRefresh
Type: SystemBoolean
If set to true, a full refresh will performed, if false the component is invalidated.
See Also