ElementOperations.ElementsReconstituted 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 after the elements from the ElementGroupPrototype have been reconstituted, but before they are connected to the rest of the model.
public:
event EventHandler<Microsoft::VisualStudio::Modeling::MergeElementGroupEventArgs ^> ^ ElementsReconstituted;
public event EventHandler<Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs> ElementsReconstituted;
member this.ElementsReconstituted : EventHandler<Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs>
Public Event ElementsReconstituted As EventHandler(Of MergeElementGroupEventArgs)