Skip to main content

NavBarCalcHintSizeEventArgs(NavBarHintInfo, Size) Constructor

Initializes a new instance of the NavBarCalcHintSizeEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarCalcHintSizeEventArgs(
    NavBarHintInfo hintInfo,
    Size size
)

Parameters

Name Type Description
hintInfo DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo

A DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo object containing information on the NavBarControl’s element for which the event was fired. This value is assigned to the NavBarCustomHintEventArgs.HintInfo property.

size Size

A Size structure specifying the size of the hint’s region. This value is assigned to the NavBarCalcHintSizeEventArgs.Size property.

See Also