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