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