ElementOperations.OnElementsReconstituted(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 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
A MergeElementGroupEventArgs that contains event data.