Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void HandleEvent(
SoHandleEventAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub HandleEvent (
action As SoHandleEventAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void HandleEvent(
SoHandleEventAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract HandleEvent :
action : SoHandleEventAction -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override HandleEvent :
action : SoHandleEventAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoHandleEventAction
Remarks See Also