MergeElementGroupEventArgs Constructor

Definition

Initializes a new instance of the MergeEventArgs class.

public:
 MergeElementGroupEventArgs(Microsoft::VisualStudio::Modeling::ModelElement ^ targetElement, Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ elementGroupPrototype, Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public MergeElementGroupEventArgs (Microsoft.VisualStudio.Modeling.ModelElement targetElement, Microsoft.VisualStudio.Modeling.ElementGroupPrototype elementGroupPrototype, Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
new Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.MergeElementGroupEventArgs
Public Sub New (targetElement As ModelElement, elementGroupPrototype As ElementGroupPrototype, elementGroup As ElementGroup)

Parameters

targetElement
ModelElement
elementGroupPrototype
ElementGroupPrototype
elementGroup
ElementGroup

Applies to