ShowOptionEventArgs Constructor (Boolean) |
Construct the OptionEvent
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShowOptionEventArgs(
bool p_NeedFullRefresh
)
Public Sub New (
p_NeedFullRefresh As Boolean
)
public:
ShowOptionEventArgs(
bool p_NeedFullRefresh
)
new :
p_NeedFullRefresh : bool -> ShowOptionEventArgs
Parameters
- p_NeedFullRefresh
- Type: SystemBoolean
If set to true, a full refresh will performed, if false the component is invalidated.
See Also