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

CallbackEventHandler.UnregisterCallback

マニュアルに切り替える
public void UnregisterCallback (EventCallback<TEventType> callback, Experimental.UIElements.TrickleDown useTrickleDown);
public void UnregisterCallback (EventCallback<TEventType,TUserArgsType> callback, Experimental.UIElements.TrickleDown useTrickleDown);

パラメーター

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.

説明

Remove callback from the instance.