Skip to main content

CloseUpEventArgs(Object, Boolean) Constructor

Creates a new instance of the CloseUpEventArgs class and initializes its properties based upon specified parameters.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CloseUpEventArgs(
    object val,
    bool accept
)

Parameters

Name Type Description
val Object

An object to initialize the CloseUpEventArgs.Value property value.

accept Boolean

A value to initialize the CloseUpEventArgs.AcceptValue property.

Remarks

The constructor creates an object containing information for the RepositoryItemPopupBase.CloseUp event and sets its properties to specified values. See the RepositoryItemPopupBase.CloseUp topic for more information.

See Also