Click or drag to resize

CallbackContextEvent Class

An event that calls the callbacks in the callers chosen synchronization context.
Inheritance Hierarchy
SystemObject
  Demo3D.NetCallbackContextEvent

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 17.00.05
Syntax
C#
public class CallbackContextEvent

The CallbackContextEvent type exposes the following members.

Constructors
  NameDescription
Public methodCallbackContextEvent
Initializes a new instance of the CallbackContextEvent class
Top
Methods
  NameDescription
Public methodAddHandler
Add a callback to the event.
Public methodClear
Clears the event.
Public methodInvoke
Raises the event.
Top
See Also