public TreeChangedEventArgs(TreeEventArgsType type, object oParam) { this.m_Type = type; this.m_oParam = oParam; }