Share via


Application.OnChanged Method (Object, ChangeEventArgs)

 

This method is invoked after any changes are applied to this application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

protected override void OnChanged(
    object sender,
    ChangeEventArgs args
)
protected:
virtual void OnChanged(
    Object^ sender,
    ChangeEventArgs^ args
) override
Protected Overrides Sub OnChanged (
    sender As Object,
    args As ChangeEventArgs
)

Parameters

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top