Click or drag to resize

ShellHistoryToolBarOnButtonClick Method

Raises the ButtonClick event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnButtonClick(
	ToolBarButtonClickEventArgs e
)

Parameters

e
Type: Jam.ShellToolBarButtonClickEventArgs
A ToolBarButtonClickEventArgs that contains the event data.
See Also