BaseObject.OnChanging Method (Object, ChangeEventArgs)

 

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

Syntax

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

Parameters

  • args
    Type: Microsoft.ConfigurationManagement.ApplicationManagement.ChangeEventArgs

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top