public void UnregisterCallback (EventCallback<TEventType> callback, UIElements.TrickleDown useTrickleDown);
public void UnregisterCallback (EventCallback<TEventType,TUserArgsType> callback, UIElements.TrickleDown useTrickleDown);

Parámetros

callbackThe callback to remove.
useTrickleDownSet this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase.

Descripción

Remove callback from the instance.