ShellBrowser .Net Edition
OnPictureDoubleClick Method (sender, e)
NamespacesJam.ShellThumbnailImageOnPictureDoubleClick(Object, EventArgs)
Fire the OnDoubleClick event of the panel, when the same event gets fired for the PictureBox.
Declaration Syntax
C#Visual BasicVisual C++
protected void OnPictureDoubleClick(
	Object sender,
	EventArgs e
)
Protected Sub OnPictureDoubleClick ( _
	sender As Object, _
	e As EventArgs _
)
protected:
void OnPictureDoubleClick(
	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)