SoWinRenderAreaEventCallback Delegate |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate bool EventCallback(
SoEvent event
)
Public Delegate Function EventCallback (
event As SoEvent
) As Boolean
public delegate bool EventCallback(
SoEvent^ event
)
type EventCallback =
delegate of
event : SoEvent -> bool
Parameters
- event
- Type: OIV.Inventor.EventsSoEvent
Return Value
Type:
BooleanSee Also