QueuePathDialog::DoubleClicked Method (Object^, EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the control is double-clicked.

Namespace:   System.Messaging.Design
Assembly:  System.Messaging (in System.Messaging.dll)

public:
void DoubleClicked(
	Object^ source,
	EventArgs^ e
)

Parameters

source
Type: System::Object^

The source of the event.

e
Type: System::EventArgs^

A EventArgs that contains the event data.

.NET Framework
Available since 1.1
Return to top
Show: