CallbackContextEventTRemoveHandler Method |
Removes a callback from the event.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic bool RemoveHandler(
Action<T> handler
)
Parameters
- handler
- Type: SystemActionT
Callback to remove.
Return Value
Type:
BooleanTrue if this was the last subscription to the event.
See Also