OlkCommandButtonEvents_Event.MouseUp Event
Occurs after the user releases a mouse button that has been pressed on the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event MouseUp As OlkCommandButtonEvents_MouseUpEventHandler
'Usage
Dim instance As OlkCommandButtonEvents_Event
Dim handler As OlkCommandButtonEvents_MouseUpEventHandler
AddHandler instance.MouseUp, handler
event OlkCommandButtonEvents_MouseUpEventHandler MouseUp
See Also
Reference
OlkCommandButtonEvents_Event Interface
OlkCommandButtonEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_MouseUpEventHandler