BCGSoft.Controls.Shared Namespace > CalendarBar Class : DrawCalendarWeekNumber Event |
'Declaration Public Event DrawCalendarWeekNumber As DrawCalendarWeekNumberEventHandler
'Usage Dim instance As CalendarBar Dim handler As DrawCalendarWeekNumberEventHandler AddHandler instance.DrawCalendarWeekNumber, handler
public event DrawCalendarWeekNumberEventHandler DrawCalendarWeekNumber
public: __event DrawCalendarWeekNumberEventHandler* DrawCalendarWeekNumber
public: event DrawCalendarWeekNumberEventHandler^ DrawCalendarWeekNumber
The event handler receives an argument of type DrawCalendarElementEventArgs containing data related to this event. The following DrawCalendarElementEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BackColor | |
BorderColor | |
Bounds | |
Font | |
ForeColor | |
Graphics | |
HasFocus | |
HighlightedColor | |
Tag | |
Text | |
Value |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2