IScriptingEventsOnViewHidden Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnViewHidden(
in _RemotableHandle hWnd
)
Sub OnViewHidden (
ByRef hWnd As _RemotableHandle
)
Dim instance As IScriptingEvents
Dim hWnd As _RemotableHandle
instance.OnViewHidden(hWnd)
void OnViewHidden(
[InAttribute] _RemotableHandle% hWnd
)
Parameters
- hWnd
- Type: SuperOffice.COM.ScriptEvents_RemotableHandle
See Also