Application.OnChanging Method (Object, ChangeEventArgs)

 

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

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

Syntax

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

Parameters

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top