Back to Devexpress

WinExplorerView.MarqueeSelectionCompleted Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-31d536a9.md

latest2.0 KB
Original Source

WinExplorerView.MarqueeSelectionCompleted Event

Occurs when the marquee selection is over.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event EventHandler MarqueeSelectionCompleted
vb
<DXCategory("Action")>
Public Event MarqueeSelectionCompleted As EventHandler

Event Data

The MarqueeSelectionCompleted event's data class is EventArgs.

Remarks

To specify whether marquee selection is enabled, use the WinExplorerViewOptionsSelection.AllowMarqueeSelection property.

The MarqueeSelectionCompleted event is preceded by the WinExplorerView.MarqueeSelectionStarted event, which is raised when an end-user starts the marquee selection.

See Also

AllowMarqueeSelection

MarqueeSelectionStarted

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace