ResourceExplorer.OnChanged(Resource[]) Method
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.
Handler for on changed events.
protected virtual void OnChanged (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] resources);
abstract member OnChanged : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] -> unit
override this.OnChanged : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] -> unit
Protected Overridable Sub OnChanged (resources As Resource())
Parameters
- resources
- Resource[]
A collection of resources to pass to the event handler.