Exemple #1
0
        private ResizableHandleCollection AttachEvents(ResizableHandleCollection collection)
        {
            _dispatcher = collection.Dispatch(OnAdded, OnRemoved);

            return(collection);
        }
 public DependencyObjectCollectionBase()
 {
     _dispatcher = this.Dispatch(OnItemAdded, OnItemRemoved);
 }