windowsforms-devexpress-dot-xtranavbar-dot-viewinfo-f46664a7.md
Provides data for the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events.
Namespace : DevExpress.XtraNavBar.ViewInfo
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class CustomDrawObjectEventArgs :
EventArgs
Public Class CustomDrawObjectEventArgs
Inherits EventArgs
CustomDrawObjectEventArgs is the data class for the following events:
A CustomDrawObjectEventArgs object is automatically created, adjusted and passed to a handler of either the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground or NavBarControl.CustomDrawGroupClientForeground event. Its properties allow you to obtain information required to paint the object.
Object EventArgs CustomDrawObjectEventArgs CustomDrawNavBarElementEventArgs
See Also
CustomDrawObjectEventArgs Members
CustomDrawGroupClientBackground