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

CallbackEventHandler.UnregisterCallback

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

パラメーター

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

説明

Remove callback from the instance.