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.v26.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