Skip to main content
All docs
V25.1
  • SelectionChangingEventArgs(CollectionChangeAction, Int32) Constructor

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

    Namespace: DevExpress.Data

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public SelectionChangingEventArgs(
        CollectionChangeAction action,
        int controllerRow
    )

    Parameters

    Name Type
    action CollectionChangeAction
    controllerRow Int32
    See Also