Click or drag to resize

CallbackContextEventT1, T2 Class

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

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public class CallbackContextEvent<T1, T2>

Type Parameters

T1

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

T2

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

The CallbackContextEventT1, T2 type exposes the following members.

Constructors
 NameDescription
Public methodCallbackContextEventT1, T2Initializes a new instance of the CallbackContextEventT1, T2 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