Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • SnapControl.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.Snap.v18.2.dll

    NuGet Package: DevExpress.Win.Snap

    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