Delegate ConfigurationChangedHandler
Delegate ConfigurationChangedHandler
Namespace: Unity.Industrial.Forma.Core.Configuring
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
public delegate void ConfigurationChangedHandler(object sender, ConfigurationChangedEventArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | The sender. |
| ConfigurationChangedEventArgs | args | The ConfigurationChangedEventArgs instance containing the event data. |