コード例 #1
0
 protected virtual void RemoveLibraryItemEvent(LibraryManagerEventArgs e)
 {
     RemovedLibraryItem?.Invoke(this, e);
 }
コード例 #2
0
 protected virtual void AddLibraryItemEvent(LibraryManagerEventArgs e)
 {
     AddedLibraryItem?.Invoke(this, e);
 }