Click or drag to resize

INotifyDataChangedAddDataChanged Method

Add a handler for the DataChanged event.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
void AddDataChanged(
	NotifyDataChangedEventHandler handler,
	CallbackContext callbackContext
)

Parameters

handler
Type: Demo3D.NetNotifyDataChangedEventHandler
Handler for DataChanged events to add.
callbackContext
Type: Demo3D.NetCallbackContext
Defines the context in which the callback should be called.
Remarks
If callbackContext is CallerContext then handler is Demo3D thread safe. It's called in the same thread (synchronization context) as the caller to this method.
See Also