ElementOperations.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.
protected:
virtual void OnMerged(Microsoft::VisualStudio::Modeling::MergeElementGroupEventArgs ^ e);
protected virtual void OnMerged (Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs e);
abstract member OnMerged : Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs -> unit
override this.OnMerged : Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs -> unit
Protected Overridable Sub OnMerged (e As MergeElementGroupEventArgs)
Parameters
A MergeElementGroupEventArgs that contains event data.