ApplicationConfigChangedEventHandler Delegate

Definition

Delegate that defines the signature of the event handler to be called when application settings change.

public delegate void ApplicationConfigChangedEventHandler(System::Object ^ sender, ApplicationConfigChangedEventArgs ^ eventArgs);
public delegate void ApplicationConfigChangedEventHandler(object sender, ApplicationConfigChangedEventArgs eventArgs);
Public Delegate Sub ApplicationConfigChangedEventHandler(sender As Object, eventArgs As ApplicationConfigChangedEventArgs)

Parameters

sender
Object

Object that generates the event.

eventArgs
ApplicationConfigChangedEventArgs

Argument that contains details of the change.

Applies to