EasyUA Reference
Changed Event
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ConfigurationWatcher Class : Changed Event

Glossary Item Box

Raised when the configuration file changes.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ConfigurationWatcher
Dim handler As EventHandler(Of ConfigurationWatcherEventArgs)
 
AddHandler instance.Changed, handler

Event Data

The event handler receives an argument of type ConfigurationWatcherEventArgs containing data related to this event. The following ConfigurationWatcherEventArgs properties provide information specific to this event.

PropertyDescription
Configuration The application configuration which changed.
FilePath The path to the application configuration file.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.