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