ShellBrowser .Net Edition
OnPictureBoxClick Method (sender, e)
NamespacesJam.ShellThumbnailImageOnPictureBoxClick(Object, EventArgs)
Fire the OnClick event of the panel, when the same event gets fired for the PictureBox.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnPictureBoxClick(
	Object sender,
	EventArgs e
)
Protected Sub OnPictureBoxClick ( _
	sender As Object, _
	e As EventArgs _
)
protected:
void OnPictureBoxClick(
	Object^ sender, 
	EventArgs^ e
)
Parameters
sender (Object)
Contains information about the object, which fired the event.
e (EventArgs)
Contains general event data.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)