Click or drag to resize

CallbackContextEventTRemoveHandler Method

Removes a callback from the event.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public bool RemoveHandler(
	Action<T> handler
)

Parameters

handler  ActionT
Callback to remove.

Return Value

Boolean
True if this was the last subscription to the event.
See Also