Delegate ConfigurationAppliedHandler
Delegate ConfigurationAppliedHandler
Namespace: Unity.Industrial.Forma.Core.Configuring
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.ConfiguratorRuntime", "Unity.Industrial.Configurator", null)]
public delegate void ConfigurationAppliedHandler(object sender, ConfigurationAppliedArgs args);
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The sender. |
ConfigurationAppliedArgs | args | The arguments. |