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