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

CanUnselectRowEventArgs(DataViewBase, Int32, Boolean) Constructor

Initializes a new instance of the CanUnselectRowEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public CanUnselectRowEventArgs(
    DataViewBase view,
    int rowHandle,
    bool canUnselectRow = true
)

Parameters

Name Type
view DataViewBase
rowHandle Int32

Optional Parameters

Name Type Default
canUnselectRow Boolean True

Remarks

Instances of the CanUnselectRowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also