Back to Devexpress

WindowsUIView.SearchPanelShowing Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-7cbf7c0c.md

latest2.1 KB
Original Source

WindowsUIView.SearchPanelShowing Event

Occurs when the Search Panel is about to be displayed.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event SearchPanelCancelEventHandler SearchPanelShowing
vb
Public Event SearchPanelShowing As SearchPanelCancelEventHandler

Event Data

The SearchPanelShowing event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.SearchPanelCancelEventArgs.

Remarks

The SearchPanelShowing event is fired before the Search Panel is shown and allows you to restrict it from being displayed by setting the e.Cancel property to true. If not canceled, the SearchPanelShowing event is followed by the WindowsUIView.SearchPanelShown event.

See Also

SearchPanelShown

Search Panel

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace