Share via


AppvInstaller.OnChanged Method (Object, ChangeEventArgs)

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller (in Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller.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

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top