protected void AddContextMenu_InstanceProperties(ContextMenuHelper contextMenu) { Dbg.Log($"Entering {MethodBase.GetCurrentMethod().Name}"); contextMenu.AddContextMenuItem(ViewCommands.Properties, new EventHandler <CommandEventArgs>(OnShowInstanceProperties), new EventHandler <CommandStatusEventArgs>(OnInstancePropertiesStatus)); }