Delegate ConfigurationAppliedHandler
Delegate ConfigurationAppliedHandler
Namespace: Unity.Industrial.Forma.Core.Configuring
Syntax
public delegate void ConfigurationAppliedHandler(object sender, ConfigurationAppliedArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | The sender. |
| ConfigurationAppliedArgs | args | The arguments. |