System.Messaging Reference (Document! X Sample)



The source of the event.
A System.EventArgs that contains the event data.
DoubleClicked Method
Occurs when the control is double-clicked.
Syntax
'Declaration
 
Public Sub DoubleClicked( _
   ByVal source As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As QueuePathDialog
Dim source As Object
Dim e As EventArgs
 
instance.DoubleClicked(source, e)
public void DoubleClicked( 
   object source,
   EventArgs e
)
public:
void DoubleClicked( 
   Object^ source,
   EventArgs^ e
) 

Parameters

source
The source of the event.
e
A System.EventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also