SoEventCallbackGetEvent Method |
Returns the event currently being handled, or NULL if traversal is not taking place.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoEvent GetEvent()
Public Function GetEvent As SoEvent
public:
SoEvent^ GetEvent()
member GetEvent : unit -> SoEvent
Return Value
Type:
SoEventRemarks This should be called only from delegate.
See Also