Back to Devexpress

CustomDrawObjectEventArgs Class

windowsforms-devexpress-dot-xtranavbar-dot-viewinfo-f46664a7.md

latest3.0 KB
Original Source

CustomDrawObjectEventArgs Class

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

Declaration

csharp
public class CustomDrawObjectEventArgs :
    EventArgs
vb
Public Class CustomDrawObjectEventArgs
    Inherits EventArgs

CustomDrawObjectEventArgs is the data class for the following events:

Remarks

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.

Inheritance

Object EventArgs CustomDrawObjectEventArgs CustomDrawNavBarElementEventArgs

See Also

CustomDrawObjectEventArgs Members

CustomDrawBackground

CustomDrawGroupClientBackground

CustomDrawGroupClientForeground

CustomDrawObjectEventHandler

DevExpress.XtraNavBar.ViewInfo Namespace