InternalConfigEventHandler public sealed delegate InternalConfigEventHandler : MulticastDelegate Defines a class used by the .NET infrastructure to support configuration events. Documentation Code public InternalConfigEventHandler(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(object sender, InternalConfigEventArgs e, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(object sender, InternalConfigEventArgs e)