Click or drag to resize

ShellComboBoxCustomFolderComboSelectedIndexChanged Method

The event handler for the SelectedIndexChanged event. it notifies the ShellControlConnector about the selection change if it has been registered.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected void CustomFolderComboSelectedIndexChanged(
	Object sender,
	EventArgs eventArgs
)

Parameters

sender
Type: SystemObject
the sender of the event
eventArgs
Type: SystemEventArgs
its arguments
See Also