ElementHost.MouseClick Event

Definition

Occurs when the control is clicked by the mouse.

public:
 event System::Windows::Forms::MouseEventHandler ^ MouseClick;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.MouseEventHandler MouseClick;
[<System.ComponentModel.Browsable(false)>]
member this.MouseClick : System.Windows.Forms.MouseEventHandler 
Public Custom Event MouseClick As MouseEventHandler 

Event Type

Attributes

Remarks

For more information about the MouseClick event, see Control.MouseClick.

Applies to

See also