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.OnChangedEvent, handler

Syntax

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

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also