ElementOperations.OnElementsReconstituted(MergeElementGroupEventArgs) Method

Definition

Called by MergeElementGroupPrototype immediately after the elements from the ElementGroupPrototype have been reconstituted, but before they are connected to the rest of the model.

protected:
 virtual void OnElementsReconstituted(Microsoft::VisualStudio::Modeling::MergeElementGroupEventArgs ^ e);
protected virtual void OnElementsReconstituted (Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs e);
abstract member OnElementsReconstituted : Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs -> unit
override this.OnElementsReconstituted : Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs -> unit
Protected Overridable Sub OnElementsReconstituted (e As MergeElementGroupEventArgs)

Parameters

e
MergeElementGroupEventArgs

A MergeElementGroupEventArgs that contains event data.

Applies to