Click or drag to resize
SoEventCallbackSetHandled Method

Tells the node the event was handled.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetHandled()
Remarks

The delegateis responsible for setting whether the event was handled or not. If there is more than one delegateregistered with an OIV.Inventor.Nodes.SoEventCallback node, all of them will be invoked, regardless of whether one has handled the event or not. This should be called only from delegate.

See Also