add event for type changes
4dfe22c8
Michael Schmitz
committed
succeeded
2 changed files
IDynamicTypeProvider.cs
/WPE.App.Services/IDynamicTypeProvider.cs+5
/WPE.App.Services/IDynamicTypeProvider.cs
Add comment 34 /// Available overlays
Add comment 35 /// </summary>
Add comment 36 List<Type> Overlays { get; }
Add comment 37 Plus  
Add comment 38 Plus   /// <summary>
Add comment 39 Plus   /// Fired, when any of the properties change
Add comment 40 Plus   /// </summary>
Add comment 41 Plus   event Action? OnTypeChange;
Add comment 37 42 }
Add comment 38 43 }
Add comment 39 44
WPE.App.Services.csproj
/WPE.App.Services/WPE.App.Services.csproj-1+1
/WPE.App.Services/WPE.App.Services.csproj
Add comment 16 <PackageIcon>icon.png</PackageIcon>
Add comment 17 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 18 <PackageTags>WPE;Workplace Experience;infsoft</PackageTags>
Add comment 19 Minus   <Version>0.8.5</Version>
Add comment 19 Plus   <Version>0.8.6</Version>
Add comment 20 <GenerateDocumentationFile>true</GenerateDocumentationFile>
Add comment 21 </PropertyGroup>
Add comment 22