Delegate ConfigurationChangedHandler
Delegate ConfigurationChangedHandler
Namespace: Unity.Industrial.Forma.Core.Configuring
Syntax
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.  |