SpreadsheetCustomAssemblyLoadingEventArgs.Handled Property
Gets or sets whether the e.Cancel setting in the event handler makes the final decision on loading the assembly.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to use only the CustomAsssemblyLoading event handler to decide whether to load an assembly; otherwise, false. |
See Also