Skip to main content

ViewFocusEventArgs(BaseView, BaseView) Constructor

Creates a new ViewFocusEventArgs object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public ViewFocusEventArgs(
    BaseView previousView,
    BaseView view
)

Parameters

Name Type Description
previousView BaseView

A BaseView object representing the previously focused View. This value is assigned to the ViewFocusEventArgs.PreviousView property.

view BaseView

A BaseView object representing the currently focused View. This value is assigned to the ViewFocusEventArgs.View property.

See Also