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

Usage

Visual Basic
Dim instance As BaseObject
Dim handler As EventHandler(Of ChangeEventArgs)

AddHandler instance.OnChangingEvent, handler

Syntax

Visual Basic
Protected Event OnChangingEvent As EventHandler(Of ChangeEventArgs)
C#
protected event EventHandler<ChangeEventArgs> OnChangingEvent
C++
protected:
event EventHandler<ChangeEventArgs^>^ OnChangingEvent {
		void add (EventHandler<ChangeEventArgs^>^ value);
		void remove (EventHandler<ChangeEventArgs^>^ value);
}
J#
/** @event */
protected void add_OnChangingEvent (EventHandler<ChangeEventArgs> value)

/** @event */
protected void remove_OnChangingEvent (EventHandler<ChangeEventArgs> value)
JScript

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also