Skip to main content

CloseUpEventArgs(Object) Constructor

Creates a new instance of the CloseUpEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CloseUpEventArgs(
    object val
)

Parameters

Name Type Description
val Object

An object to initialize the CloseUpEventArgs.Value property.

Remarks

The constructor creates an object containing information for the RepositoryItemPopupBase.CloseUp event and sets the CloseUpEventArgs.Value property to the specified object. The CloseUpEventArgs.AcceptValue property is set to true.

See the RepositoryItemPopupBase.CloseUp topic for more details.

See Also