Solid Edge Framework Type Library
WindowProc Event
Description
Occurs when the command window receives a window event.
Syntax
Visual Basic
Public Event WindowProc( _
   ByVal pUnkDoc As Object, _
   ByVal pUnkView As Object, _
   ByVal nMsg As Long, _
   ByVal wParam As Long, _
   ByVal lParam As Long, _
   ByRef lResult As Long _
)
Parameters
pUnkDoc
pUnkView
nMsg
wParam
lParam
lResult
See Also

CommandWindow Object  | CommandWindow Members

Send comments on this topic.