JamBaseShellListViewOnShowOptionChanged Method |
Calls the ShowOptionChanged event if it is assigned.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void OnShowOptionChanged(
string pOptionName
)
Protected Sub OnShowOptionChanged (
pOptionName As String
)
protected:
void OnShowOptionChanged(
String^ pOptionName
)
member OnShowOptionChanged :
pOptionName : string -> unit
Parameters
- pOptionName
- Type: SystemString
Name of the option.
See Also