ElementOperations.OnMerging Method

Called by MergeElementGroupPrototype immediately after the target element has been chosen, but before the elements from the ElementGroupPrototype have been reconstituted.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Protected Overridable Sub OnMerging ( _
    e As MergeElementGroupEventArgs _
)
protected virtual void OnMerging(
    MergeElementGroupEventArgs e
)
protected:
virtual void OnMerging(
    MergeElementGroupEventArgs^ e
)
abstract OnMerging : 
        e:MergeElementGroupEventArgs -> unit  
override OnMerging : 
        e:MergeElementGroupEventArgs -> unit
protected function OnMerging(
    e : MergeElementGroupEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ElementOperations Class

Microsoft.VisualStudio.Modeling Namespace