Click or drag to resize

DimensionDimensionStyleChangedEventHandler Delegate

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public delegate void DimensionStyleChangedEventHandler(
	Dimension sender,
	TableObjectChangedEventArgs<DimensionStyle> e
)
Request Example View Source

Parameters

sender
Type: netDxf.EntitiesDimension
e
Type: netDxf.TablesTableObjectChangedEventArgsDimensionStyle
See Also