Skip to main content

ConfigureEFStoredProceduresPage.RemoveClick Event

Occurs when the Remove button is clicked on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public event EventHandler RemoveClick

Event Data

The RemoveClick event's data class is EventArgs.

See Also