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: 19.00.00
Syntax
C#
public class CallbackContextEvent

The CallbackContextEvent type exposes the following members.

Constructors
 NameDescription
Public methodCallbackContextEventInitializes 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