public void UnregisterCallback
(EventCallback<TEventType> callback,
UIElements.TrickleDownuseTrickleDown);
public void UnregisterCallback
(EventCallback<TEventType,TUserArgsType> callback,
UIElements.TrickleDownuseTrickleDown);
Parámetros
callback
The callback to remove.
useTrickleDown
Set 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.