Hide Table of Contents
DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler Delegate (SolidWorks.Interop.sldworks)

Fired with a solid body folder is reordered, e.g., using IModelDocExtension::ReorderFeature2.

.NET Syntax

Visual Basic (Declaration) 
Public Delegate Function DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler( _
   ByVal Component As System.String, _
   ByVal Source As System.String, _
   ByVal Target As System.String, _
   ByVal ReorderLocation As System.Integer _
) As System.Integer
Visual Basic (Usage) 
Dim instance As New DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler(AddressOf HandlerMethod)
C# 
public delegate System.int DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler( 
   System.string Component,
   System.string Source,
   System.string Target,
   System.int ReorderLocation
)
C++/CLI 
public delegate System.int DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler( 
&   System.String^ Component,
&   System.String^ Source,
&   System.String^ Target,
&   System.int ReorderLocation
)

Parameters

Component
Name of component
Source
Item to move to a location with respect to the Target item
Target
Item around which to move the Source item; could be a body folder
ReorderLocation
Move location as defined by swMoveLocation_e

Remarks

The Source and Target items can be these types:

  • swSelectType_e.swSelBODYFOLDER
  • swSelectType_e.swSelSUBWELDFOLDER
  • swSelectType_e.swSelSUBATOMFOLDER
  • swSelectType_e.swSelSOLIDBODIES

If developing a C++ application, use swAssemblySolidBodyFolderReorderNotify to register for this notification. 

Availability

SOLIDWORKS 2026 FCS, Revision Number 34


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   DAssemblyDocEvents_SolidBodyFolderReorderNotifyEventHandler Delegate (SolidWorks.Interop.sldworks)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2026 PR1

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.