Skip to main content
A newer version of this page is available. .
Row

SpreadsheetCustomAssemblyLoadingEventArgs Class

Provides data for the SpreadsheetControl.CustomAssemblyLoading event.

Namespace: DevExpress.Spreadsheet

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

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