Skip to main content
A newer version of this page is available. .

WinExplorerView.MarqueeSelectionStarted Event

Occurs when an end-user starts the marquee selection.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Action")]
public event EventHandler MarqueeSelectionStarted

Event Data

The MarqueeSelectionStarted event's data class is EventArgs.

Remarks

To specify whether marquee selection is enabled, use the WinExplorerViewOptionsSelection.AllowMarqueeSelection property. See this link to learn more.

When the marquee selection is over, the WinExplorerView.MarqueeSelectionCompleted event occurs.

See Also