Notifies the application that the user is starting to edit an assembly component within the context of the assembly (inside the assembly document window).
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_BeginInContextEditNotifyEventHandler( _
ByVal docBeingEdited As System.Object, _
ByVal DocType As System.Integer _
) As System.Integer |
C# | |
---|
public delegate System.int DAssemblyDocEvents_BeginInContextEditNotifyEventHandler(
System.object docBeingEdited,
System.int DocType
) |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_BeginInContextEditNotifyEventHandler(
& System.Object^ docBeingEdited,
& System.int DocType
) |
Parameters
- docBeingEdited
- File name of the component document
- DocType
- Type of component document as defined in swDocumentTypes_e
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1