SpreadsheetControl.DocumentPropertiesChanged Event
In This Article
Occurs after one of the DocumentProperties is changed.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public event DocumentPropertiesChangedEventHandler DocumentPropertiesChanged
#Event Data
The DocumentPropertiesChanged event's data class is DocumentPropertiesChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Built |
Indicates whether one of the built-in Document |
Custom |
Indicates whether one of the custom Document |
#Remarks
The DocumentPropertiesChanged event allows you to distinguish built-in and custom document property modifications by checking values of the DocumentPropertiesChangedEventArgs.BuiltInPropertiesChanged and DocumentPropertiesChangedEventArgs.CustomPropertiesChanged properties.
See Also