ElementOperations.Merged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)