Click or drag to resize

CallbackContextEventT Class

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

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public class CallbackContextEvent<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Demo3D.Net.CallbackContextEvent`1"]

The CallbackContextEventT type exposes the following members.

Constructors
  NameDescription
Public methodCallbackContextEventT
Initializes a new instance of the CallbackContextEventT class
Top
Methods
  NameDescription
Public methodAddHandler
Add a callback to the event.
Public methodClear
Clears the event.
Public methodInvoke
Raises the event.
Public methodRemoveHandler
Removes a callback from the event.
Top
See Also