Skip to main content
All docs
V25.2
  • PopupSelectionChangingEventArgs(Int32, Boolean) Constructor

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

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v25.2.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public PopupSelectionChangingEventArgs(
        int recordIndex,
        bool isSelected
    )

    Parameters

    Name Type Description
    recordIndex Int32

    The item’s index.

    isSelected Boolean

    The item’s selection state.

    See Also