Back to Devexpress

Workbook.UnitChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-0b76e008.md

latest1.7 KB
Original Source

Workbook.UnitChanged Event

Fires after a unit of measurement used in the workbook is changed.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event EventHandler UnitChanged
vb
Public Event UnitChanged As EventHandler

Event Data

The UnitChanged event's data class is EventArgs.

Remarks

The UnitChanged event occurs after the Workbook.Unit property is changed.

Implements

UnitChanged

See Also

UnitChanging

Measure Units in Spreadsheet Documents

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace