added user data save event

This commit is contained in:
Luke Pulverenti
2013-10-02 15:08:58 -04:00
parent 0abc9d3493
commit 33a3e215d0
12 changed files with 74 additions and 15 deletions

View File

@@ -11,6 +11,11 @@ namespace MediaBrowser.Controller.Library
/// </summary>
public interface IUserDataManager
{
/// <summary>
/// Occurs when [user data saved].
/// </summary>
event EventHandler<UserDataSaveEventArgs> UserDataSaved;
/// <summary>
/// Saves the user data.
/// </summary>