InspectorEvents_10_SinkHelper.PageChange Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub PageChange ( _
ByRef param0 As String _
)
'Usage
Dim instance As InspectorEvents_10_SinkHelper
Dim param0 As String
instance.PageChange(param0)
public virtual void PageChange(
ref string param0
)
Parameters
- param0
Type: System.String
Implements
InspectorEvents_10.PageChange(String)
See Also
Reference
InspectorEvents_10_SinkHelper Class