Experimental: this API is experimental and might be changed or removed in the future.

CallbackEventHandler.UnregisterCallback

Cambiar al Manual
public void UnregisterCallback (EventCallback<TEventType> callback, Experimental.UIElements.Capture useCapture);
public void UnregisterCallback (EventCallback<TEventType,TUserArgsType> callback, Experimental.UIElements.Capture useCapture);

Parámetros

callbackThe callback to remove.
useCaptureSelect wether the callback should be removed from the capture or the bubbling phase.

Descripción

Remove callback from the instance.