ViewFocusEventArgs(BaseView, BaseView) Constructor
Creates a new ViewFocusEventArgs object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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