ColumnViewHyperlinkClickEventArgs(DxHtmlHitInfo, Int32) Constructor
Initializes a new instance of the ColumnViewHyperlinkClickEventArgs class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitInfo | DevExpress.Utils.Html.DxHtmlHitInfo | The hit information related to the target HTML element. |
rowHandle | Int32 | An integer value that identifies an item (data row). This value is assigned to the RowHandle property. |
See Also