SoRemoteVizClientOnMouseLocationEvent Event |
Triggered when a mouse location event is fired on the client.
Namespace: OIV.RemoteViz.Clients.NodesAssembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public event EventHandler<SoRemoteVizClientMouseLocationEventArg> OnMouseLocationEvent
Public Event OnMouseLocationEvent As EventHandler(Of SoRemoteVizClientMouseLocationEventArg)
public:
event EventHandler<SoRemoteVizClientMouseLocationEventArg>^ OnMouseLocationEvent {
void add (EventHandler<SoRemoteVizClientMouseLocationEventArg>^ value);
void remove (EventHandler<SoRemoteVizClientMouseLocationEventArg>^ value);
}
member OnMouseLocationEvent : IEvent<EventHandler<SoRemoteVizClientMouseLocationEventArg>,
SoRemoteVizClientMouseLocationEventArg>
Value
Type:
SystemEventHandlerSoRemoteVizClientMouseLocationEventArgRemarks See Also