DesignSurfaceElementOperations.OnMerged(MergeElementGroupEventArgs) Method
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.
This method raises the custom model event ShapeElementViewFixupEvent for every root protoElement PEL that doesn't have a corresponding protoElement MEL. The rule processing of this event connects the PEL to the diagram if it isn't already.
protected:
override void OnMerged(Microsoft::VisualStudio::Modeling::MergeElementGroupEventArgs ^ e);
protected override void OnMerged (Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs e);
override this.OnMerged : Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs -> unit
Protected Overrides Sub OnMerged (e As MergeElementGroupEventArgs)
Parameters
A MergeElementGroupEventArgs that contains event data.