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

SnapDocumentServer.CustomAssemblyLoading Event

OBSOLETE

This event is not appropriate in Snap and has been rendered obsolete. For details, refer to BC3900

For internal use.

Namespace: DevExpress.Snap

Assembly: DevExpress.Docs.v18.2.dll

Declaration

[Obsolete("This event is not appropriate in Snap and has been rendered obsolete. For details, refer to BC3900")]
[Browsable(false)]
public event EventHandler<CustomAssemblyLoadingEventArgs> CustomAssemblyLoading

Event Data

The CustomAssemblyLoading event's data class is CustomAssemblyLoadingEventArgs. 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.
Handled Specifies whether or not the corresponding event was handled.
Path Specifies the path to a custom assembly.
See Also