Skip to main content
Row

SpreadsheetCustomAssemblyLoadingEventArgs Class

Provides data for the SpreadsheetControl.CustomAssemblyLoading event.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class SpreadsheetCustomAssemblyLoadingEventArgs :
    CancelEventArgs

Remarks

An instance of the SpreadsheetCustomAssemblyLoadingEventArgs class with appropriate settings is automatically created and passed to the SpreadsheetControl.CustomAssemblyLoading event handler.

Inheritance

Object
EventArgs
CancelEventArgs
SpreadsheetCustomAssemblyLoadingEventArgs
See Also