Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises a standalone ObjectChanged event for an object whose identifier was modified during the change.
Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub RaiseObjectChanged ( _
    typeName As String, _
    identifier As Object(), _
    newIdentifier As Object() _
)
public void RaiseObjectChanged(
    string typeName,
    Object[] identifier,
    Object[] newIdentifier
)
public:
void RaiseObjectChanged(
    String^ typeName, 
    array<Object^>^ identifier, 
    array<Object^>^ newIdentifier
)
member RaiseObjectChanged : 
        typeName:string * 
        identifier:Object[] * 
        newIdentifier:Object[] -> unit 
public function RaiseObjectChanged(
    typeName : String, 
    identifier : Object[], 
    newIdentifier : Object[]
)
Parameters
- typeName
 Type: System.String
 The name of the type of object that was changed.
- identifier
 Type: array<System.Object[]
 The identifier of the object that was changed.
- newIdentifier
 Type: array<System.Object[]
 The new identifier of the object after it was changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.