Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim sender As Object
Dim args As ChangeEventArgs
Me.OnChanged(sender, args)
|
Syntax
Visual Basic |
<SuppressMessageAttribute("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")> _
Protected Overridable Sub OnChanged ( _
sender As Object, _
args As ChangeEventArgs _
)
|
C# |
[SuppressMessageAttribute("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")]
protected virtual void OnChanged (
Object sender,
ChangeEventArgs args
)
|
C++ |
[SuppressMessageAttribute(L"Microsoft.Security", L"CA2109:ReviewVisibleEventHandlers")]
protected:
virtual void OnChanged (
Object^ sender,
ChangeEventArgs^ args
)
|
J# |
/** @attribute SuppressMessageAttribute("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers") */
protected void OnChanged (
Object sender,
ChangeEventArgs args
)
|
JScript |
SuppressMessageAttribute("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")
protected function OnChanged (
sender : Object,
args : ChangeEventArgs
)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also