OlkCategoryEvents_SinkHelper.MouseUp Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub MouseUp ( _
param0 As OlMouseButton, _
param1 As OlShiftState, _
param2 As Single, _
param3 As Single _
)
'Usage
Dim instance As OlkCategoryEvents_SinkHelper
Dim param0 As OlMouseButton
Dim param1 As OlShiftState
Dim param2 As Single
Dim param3 As Single
instance.MouseUp(param0, param1, param2, _
param3)
public virtual void MouseUp(
OlMouseButton param0,
OlShiftState param1,
float param2,
float param3
)
Parameters
- param0
Type: Microsoft.Office.Interop.Outlook.OlMouseButton
- param1
Type: Microsoft.Office.Interop.Outlook.OlShiftState
- param2
Type: System.Single
- param3
Type: System.Single
Implements
OlkCategoryEvents.MouseUp(OlMouseButton, OlShiftState, Single, Single)
See Also
Reference
OlkCategoryEvents_SinkHelper Class