'Declaration
Public Delegate Sub ShapeImportedDelegate( _ ByVal dataSourceImporter As NDataSourceImporter, _ ByVal shape As NShape, _ ByVal record As INDataRecord _ )
'Usage
Dim instance As New ShapeImportedDelegate(AddressOf HandlerMethod)
public delegate void ShapeImportedDelegate( NDataSourceImporter dataSourceImporter, NShape shape, INDataRecord record )
Parameters
- dataSourceImporter
- shape
- record