Click or drag to resize

AttributeTextStyleChangedEventHandler 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 TextStyleChangedEventHandler(
	Attribute sender,
	TableObjectChangedEventArgs<TextStyle> e
)
Request Example View Source

Parameters

sender
Type: netDxf.EntitiesAttribute
e
Type: netDxf.TablesTableObjectChangedEventArgsTextStyle
See Also