Notifies your program when a table has been modified in an assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ModifyTableNotifyEventHandler( _
ByVal TableAnnotation As TableAnnotation, _
ByVal TableType As System.Integer, _
ByVal reason As System.Integer, _
ByVal RowInfo As System.Integer, _
ByVal ColumnInfo As System.Integer, _
ByVal DataInfo As System.String _
) As System.Integer |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.DAssemblyDocEvents_ModifyTableNotifyEventHandler.html# | |
---|
public delegate System.int DAssemblyDocEvents_ModifyTableNotifyEventHandler(
TableAnnotation TableAnnotation,
System.int TableType,
System.int reason,
System.int RowInfo,
System.int ColumnInfo,
System.string DataInfo
) |
Parameters
- TableAnnotation
- ITableAnnotation
- TableType
- Type of table as defined in swTableAnnotationType_e
- reason
- Reason as defined in swModifyTableNotifyReason_e
- RowInfo
- Index of modified row
- ColumnInfo
- Index of modified column
- DataInfo
- Modified string
Example
Remarks
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0