WinExplorerViewContextButtonToolTipEventArgs(Int32, ContextButtonToolTipEventArgs) Constructor
Initializes a new instance of the WinExplorerViewContextButtonToolTipEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public WinExplorerViewContextButtonToolTipEventArgs(
int rowHandle,
ContextButtonToolTipEventArgs contextToolTipArgs
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | The row handle that corresponds to the currently processed data record. |
contextToolTipArgs | DevExpress.Utils.ContextButtonToolTipEventArgs | An object that provides data to initialize settings of the created WinExplorerViewContextButtonToolTipEventArgs object. |
See Also