Version: 2017.3
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);

파라미터

callback The callback to remove.
useCapture Select wether the callback should be removed from the capture or the bubbling phase.

설명

Remove callback from the instance.