Click or drag to resize

CallbackContextEventT1, T2RemoveHandler Method

Removes a callback from the event.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 17.00.05
Syntax
C#
public bool RemoveHandler(
	Action<T1, T2> handler
)

Parameters

handler
Type: SystemActionT1, T2
Callback to remove.

Return Value

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