Back to Devexpress

SpreadsheetControl.DocumentPropertiesChanged Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-fd7a19eb.md

latest2.4 KB
Original Source

SpreadsheetControl.DocumentPropertiesChanged Event

Occurs after one of the DocumentProperties is changed.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event DocumentPropertiesChangedEventHandler DocumentPropertiesChanged
vb
Public Event DocumentPropertiesChanged As DocumentPropertiesChangedEventHandler

Event Data

The DocumentPropertiesChanged event's data class is DocumentPropertiesChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
BuiltInPropertiesChangedIndicates whether one of the built-in DocumentProperties is changed.
CustomPropertiesChangedIndicates whether one of the custom DocumentProperties is changed.

Remarks

The DocumentPropertiesChanged event allows you to distinguish built-in and custom document properties modifications by checking values of the DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged and DocumentPropertiesChangedEventArgs.CustomPropertiesChanged properties. .

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace