Click or drag to resize

ShowOptionEventArgs Class

OptionEventArgs is a simple possibility to indicate whether a FullRefresh is needed after Options have changed.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class ShowOptionEventArgs : EventArgs

The ShowOptionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodShowOptionEventArgs
Construct the OptionEvent, default to FullRefresh
Public methodShowOptionEventArgs(Boolean)
Construct the OptionEvent
Top
Properties
  NameDescription
Public propertyNeedFullRefresh
Returns true if a component fullrefresh is needed.
Top
See Also