Compartilhar via


ObjectChangedEventArgs Constructor

Initializes a new ObjectChangedEventArgs object.

Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

'Usage
Dim propName As String
Dim oldVal As Object
Dim newVal As Object
Dim tagData As Object

Dim instance As New ObjectChangedEventArgs(propName, oldVal, newVal, tagData)

Syntax

'Declaration
Public Sub New ( _
    propName As String, _
    oldVal As Object, _
    newVal As Object, _
    tagData As Object _
)
public ObjectChangedEventArgs (
    string propName,
    Object oldVal,
    Object newVal,
    Object tagData
)
public:
ObjectChangedEventArgs (
    String^ propName, 
    Object^ oldVal, 
    Object^ newVal, 
    Object^ tagData
)
public ObjectChangedEventArgs (
    String propName, 
    Object oldVal, 
    Object newVal, 
    Object tagData
)
public function ObjectChangedEventArgs (
    propName : String, 
    oldVal : Object, 
    newVal : Object, 
    tagData : Object
)

Parameters

  • propName
    The name of the property that was changed.
  • oldVal
    The old property value.
  • newVal
    The property value after the change.
  • tagData
    Additional context data for the property.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ObjectChangedEventArgs Class
ObjectChangedEventArgs Members
Microsoft.EnterpriseManagement.UI Namespace

Send comments about this topic to Microsoft.