public void OnSelectionChangeEvent(object obj) { if (this.SelectionChangedEvent != null) { this.SelectionChangedEvent(this, new ObjectEventArgs( obj)); } }