Skip to main content

ClosedEventArgs(PopupCloseMode) Constructor

Initializes a new instance of the ClosedEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ClosedEventArgs(
    PopupCloseMode closeMode
)

Parameters

Name Type Description
closeMode PopupCloseMode

A PopupCloseMode value specifying how an editor’s dropdown window is closed. This value is assigned to the ClosedEventArgs.CloseMode property.

Remarks

This constructor is automatically called when the RepositoryItemPopupBase.Closed event is raised. The value passed as the constructor’s parameter is used to initialize the corresponding property available via an argument of the processed event.

See Also