_XDocumentEventSink2_SinkHelper.OnSwitchView method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Sub OnSwitchView ( _
param0 As DocEvent _
)
'Usage
Dim instance As _XDocumentEventSink2_SinkHelper
Dim param0 As DocEvent
instance.OnSwitchView(param0)
public virtual void OnSwitchView(
DocEvent param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.InfoPath.DocEvent
Implements
_XDocumentEventSink2.OnSwitchView(DocEvent)
See also
Reference
_XDocumentEventSink2_SinkHelper class