'Declaration <DescriptionAttribute("Raised when the value of the IntegralWidth property is changed.")> <CategoryAttribute("Property Changed")> Public Event IntegralWidthChanged As EventHandler
'Usage Dim instance As WinCalendar Dim handler As EventHandler AddHandler instance.IntegralWidthChanged, handler
[Description("Raised when the value of the IntegralWidth property is changed.")] [Category("Property Changed")] public event EventHandler IntegralWidthChanged