Share via


ElementOperations.Merged Event

Called by MergeElementGroupPrototype immediately before the local transaction is committed. The rules are queued during the local transaction and fired when the transaction commits. The local transaction wraps reconstituting and connecting elements.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Event Merged As EventHandler(Of MergeElementGroupEventArgs)
'Usage
Dim instance As ElementOperations 
Dim handler As EventHandler(Of MergeElementGroupEventArgs)

AddHandler instance.Merged, handler
public event EventHandler<MergeElementGroupEventArgs> Merged
public:
 event EventHandler<MergeElementGroupEventArgs^>^ Merged {
    void add (EventHandler<MergeElementGroupEventArgs^>^ value);
    void remove (EventHandler<MergeElementGroupEventArgs^>^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

ElementOperations Class

ElementOperations Members

Microsoft.VisualStudio.Modeling Namespace