Skip to main content
A newer version of this page is available. .

ViewFocusEventArgs(BaseView, BaseView) Constructor

Creates a new ViewFocusEventArgs object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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