'Declaration <DescriptionAttribute("Raised when modifications are made to the content of a cell in a sibling data row and when a sibling data row is added or removed from the parent group.")> <CategoryAttribute("Data")> Public Event SiblingDataRowsChanged As EventHandler
'Usage Dim instance As Row Dim handler As EventHandler AddHandler instance.SiblingDataRowsChanged, handler
[Description("Raised when modifications are made to the content of a cell in a sibling data row and when a sibling data row is added or removed from the parent group.")] [Category("Data")] public event EventHandler SiblingDataRowsChanged