Back to Devexpress

SpreadsheetControl.CustomAssemblyLoading Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-a6828569.md

latest2.2 KB
Original Source

SpreadsheetControl.CustomAssemblyLoading Event

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event SpreadsheetCustomAssemblyLoadingEventHandler CustomAssemblyLoading
vb
Public Event CustomAssemblyLoading As SpreadsheetCustomAssemblyLoadingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ContextNameGets the name of the Entity Framework context.
HandledGets or sets whether the e.Cancel setting in the event handler makes the final decision on loading the assembly.
PathGets the path to the external assembly containing the Entity Framework model.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace