SoRemoteVizClientKeyboardEventArg Constructor |
Namespace: OIV.RemoteViz.Clients.NodesAssembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public KeyboardEventArg(
SoRemoteVizClient source,
SoKeyboardEvent keyboardEvent
)
Public Sub New (
source As SoRemoteVizClient,
keyboardEvent As SoKeyboardEvent
)
public:
KeyboardEventArg(
SoRemoteVizClient^ source,
SoKeyboardEvent^ keyboardEvent
)
new :
source : SoRemoteVizClient *
keyboardEvent : SoKeyboardEvent -> KeyboardEventArg
Parameters
- source
- Type: OIV.RemoteViz.Clients.NodesSoRemoteVizClient
- keyboardEvent
- Type: OIV.Inventor.EventsSoKeyboardEvent
Remarks See Also