|
AdapterCollectionBase<T> .ConfigurationChanged Event
|
Event is raised when adapter is aware of a configuration change.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler ConfigurationChanged
Public Event ConfigurationChanged As EventHandler
public:
virtual event EventHandler^ ConfigurationChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ConfigurationChanged : IEvent<EventHandler,
EventArgs>
override ConfigurationChanged : IEvent<EventHandler,
EventArgs>
function add_ConfigurationChanged(value);
function remove_ConfigurationChanged(value);
View SourceValue
EventHandlerImplements
IAdapter.ConfigurationChanged
See Also