Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4081554b 989f 2650 9772 2e3bc866e38c

haplokuon edited this page May 6, 2023 · 1 revision

BlockChanged Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Tables.DimensionStyle.BlockChanged"]

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public event DimensionStyle.BlockChangedEventHandler BlockChanged

VB

Public Event BlockChanged As DimensionStyle.BlockChangedEventHandler

C++

public:
 event DimensionStyle.BlockChangedEventHandler^ BlockChanged {
	void add (DimensionStyle.BlockChangedEventHandler^ value);
	void remove (DimensionStyle.BlockChangedEventHandler^ value);
}

F#

member BlockChanged : IEvent<DimensionStyle.BlockChangedEventHandler,
    EventArgs>

Value

DimensionStyle.BlockChangedEventHandler

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally