QueuePathDialog.DoubleClicked(Object, EventArgs) Method

Definition

Occurs when the control is double-clicked.

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

public:
 void DoubleClicked(System::Object ^ source, EventArgs ^ e);
public void DoubleClicked (object source, EventArgs e);
member this.DoubleClicked : obj * EventArgs -> unit
Public Sub DoubleClicked (source As Object, e As EventArgs)

Parameters

source
Object

The source of the event.

e
EventArgs

A EventArgs that contains the event data.

Applies to