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

ContextualMenuManager.DisplayMenuIfEventMatches

매뉴얼로 전환
public void DisplayMenuIfEventMatches (Experimental.UIElements.EventBase evt, Experimental.UIElements.IEventHandler eventHandler);

파라미터

eventHandlerThe element for which the menu is displayed.
evtThe event to inspect.

설명

Checks if the event triggers the display of the contextual menu. This method also displays the menu.

This is an abstract method. Each concrete implementation of the ContextualMenuManager defines the events that will display the menu.