OlkCommandButtonEvents_Event.MouseDown Event
Occurs when the user presses a mouse button on the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event MouseDown As OlkCommandButtonEvents_MouseDownEventHandler
'Usage
Dim instance As OlkCommandButtonEvents_Event
Dim handler As OlkCommandButtonEvents_MouseDownEventHandler
AddHandler instance.MouseDown, handler
event OlkCommandButtonEvents_MouseDownEventHandler MouseDown
See Also
Reference
OlkCommandButtonEvents_Event Interface
OlkCommandButtonEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseDownEventHandler