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

WinExplorerViewContextButtonToolTipEventArgs(Int32, ContextButtonToolTipEventArgs) Constructor

Initializes a new instance of the WinExplorerViewContextButtonToolTipEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

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