void OnLeavePanel(DetachFromPanelEvent e) { VisualElement rootVisualElement = UIElementsEntryPoint.GetRootVisualContainer(this); rootVisualElement.RemoveManipulator(m_ShortcutHandler); }
void OnEnterPanel(AttachToPanelEvent e) { VisualElement rootVisualElement = UIElementsEntryPoint.GetRootVisualContainer(this); rootVisualElement.AddManipulator(m_ShortcutHandler); }