Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#
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);

Parameters

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

Description

Check if the event is an event that triggers the display of the menu and display it if it needs to.

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

Did you find this page useful? Please give it a rating: