ExplorerEvents_10_SinkHelper.BeforeItemCut Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub BeforeItemCut ( _
ByRef param0 As Boolean _
)
'Usage
Dim instance As ExplorerEvents_10_SinkHelper
Dim param0 As Boolean
instance.BeforeItemCut(param0)
public virtual void BeforeItemCut(
ref bool param0
)
Parameters
- param0
Type: System.Boolean
Implements
ExplorerEvents_10.BeforeItemCut(Boolean)
See Also
Reference
ExplorerEvents_10_SinkHelper Class