IChangeTracker.OnChanged Method (Object, ChangeEventArgs)

 

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

Syntax

void OnChanged(
    object sender,
    ChangeEventArgs args
)
void OnChanged(
    Object^ sender,
    ChangeEventArgs^ args
)
Sub OnChanged (
    sender As Object,
    args As ChangeEventArgs
)

Parameters

  • args
    Type: Microsoft.ConfigurationManagement.ApplicationManagement.ChangeEventArgs

See Also

IChangeTracker Interface
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top