MergeElementGroupEventArgs Constructor
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.
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