Click or drag to resize

Win32ToolBarOnButtonClick Method

Raises the ButtonClick event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected virtual void OnButtonClick(
	ToolBarButtonClickEventArgs e
)

Parameters

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