protected void OnSelectionMoved(ItemMovedEventArgs e) { if(SelectionMoved != null) { SelectionMoved(this, e); } }
protected void OnSelectionMoved(ItemMovedEventArgs e) { SelectionMoved?.Invoke(this, e); }