protected void OnPartLoaded(IList <Thumbnail> contents) { DebugUtil.Log("ContentsLoader OnPartLoaded"); PartLoaded.Raise(this, new ContentsLoadedEventArgs(contents)); }
protected void OnPartLoaded(IList <Thumbnail> contents) { PartLoaded?.Invoke(this, new ContentsLoadedEventArgs(contents)); }