[]
Fires when the user presses a mouse button on the hosted control.
[C1Category("Mouse")]
[C1Description("RibbonControlHost.MouseDown", "Fires when the user presses a mouse button on the hosted control.")]
public event MouseEventHandler MouseDown
<C1Category("Mouse")>
<C1Description("RibbonControlHost.MouseDown", "Fires when the user presses a mouse button on the hosted control.")>
Public Event MouseDown As MouseEventHandler
| Type | Description |
|---|---|
| MouseEventHandler | Fires when the user presses a mouse button on the hosted control. |