InternalConfigEventHandler Delegate
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines a class used by the .NET Framework infrastructure to support configuration events.
Assembly: System.Configuration (in System.Configuration.dll)
public delegate void InternalConfigEventHandler( Object^ sender, InternalConfigEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source object of the event.
- e
-
Type:
System.Configuration.Internal::InternalConfigEventArgs^
A configuration event argument.
.NET Framework
Available since 2.0
Available since 2.0
Show: