INotifyDataChangedAddDataChanged Method |
Add a handler for the DataChanged event.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxvoid AddDataChanged(
NotifyDataChangedEventHandler handler,
CallbackContext callbackContext
)
Parameters
- handler NotifyDataChangedEventHandler
- Handler for DataChanged events to add.
- callbackContext CallbackContext
- 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