Back to Devexpress

BrowseForAssemblyEventArgs Class

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-d06a3f61.md

latest2.0 KB
Original Source

BrowseForAssemblyEventArgs Class

Provides data for the IChooseEFContextPageView.BrowseForAssembly and ChooseEFContextPageView.BrowseForAssembly events.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class BrowseForAssemblyEventArgs :
    EventArgs
vb
Public Class BrowseForAssemblyEventArgs
    Inherits EventArgs

BrowseForAssemblyEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryIChooseEFContextPageView.BrowseForAssembly
WinForms ControlsChooseEFContextPageView.BrowseForAssembly

Remarks

An instance of the BrowseForAssemblyEventArgs class with appropriate settings is automatically created and passed to the corresponding event handler.

Inheritance

Object EventArgs BrowseForAssemblyEventArgs

See Also

BrowseForAssemblyEventArgs Members

DevExpress.DataAccess.Wizard.Views Namespace