CallbackContextEventT1, T2RemoveHandler Method |
Removes a callback from the event.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic bool RemoveHandler(
Action<T1, T2> handler
)
Parameters
- handler ActionT1, T2
- Callback to remove.
Return Value
BooleanTrue if this was the last subscription to the event.
See Also