Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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