Skip to main content
Row

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

True to use only the CustomAsssemblyLoading event handler to decide whether to load an assembly; otherwise, false.

See Also