Share via


BaseObject.OnChangingEvent Event

 

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

Syntax

protected event EventHandler<ChangeEventArgs> OnChangingEvent
protected:
event EventHandler<ChangeEventArgs^>^ OnChangingEvent {
    void add(EventHandler<ChangeEventArgs^>^ value);
    void remove(EventHandler<ChangeEventArgs^>^ value);
}
Protected Event OnChangingEvent As EventHandler(Of ChangeEventArgs)

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top