void OnUndoCallback() { if (m_TreeView == null) { return; } m_TreeView.Reload(); m_TreeView.Repaint(); OnSelectionChanged(); }