Skip to main content

ViewFocusEventArgs(BaseView, BaseView) Constructor

Creates a new ViewFocusEventArgs object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v24.2.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