Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetControl.CustomAssemblyLoading Event

In This Article

Occurs before a custom assembly is loaded for use as the Entity Framework data source and allows canceling loading.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

#Declaration

public event SpreadsheetCustomAssemblyLoadingEventHandler CustomAssemblyLoading

#Event Data

The CustomAssemblyLoading event's data class is SpreadsheetCustomAssemblyLoadingEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ContextName Gets the name of the Entity Framework context.
Handled Gets or sets whether the e.Cancel setting in the event handler makes the final decision on loading the assembly.
Path Gets the path to the external assembly containing the Entity Framework model.
See Also