ResourceProvider.Changed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event which is fired if any resource managed by the resource provider detects changes to the underlining resource.
public event EventHandler<System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> Changed;
member this.Changed : EventHandler<seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>>
Public Event Changed As EventHandler(Of IEnumerable(Of Resource))