ElementOperations.Merged Event

Definition

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.

public:
 event EventHandler<Microsoft::VisualStudio::Modeling::MergeElementGroupEventArgs ^> ^ Merged;
public event EventHandler<Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs> Merged;
member this.Merged : EventHandler<Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs> 
Public Event Merged As EventHandler(Of MergeElementGroupEventArgs) 

Event Type

Applies to