Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/SyncRulesViewItemUpdatedHandler.cs
T

5 lines
130 B
C#

namespace MicrosoftZuneLibrary
{
public delegate void SyncRulesViewItemUpdatedHandler(SyncRulesView syncRulesView, int iItem);
}