Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Row Class / SiblingDataRowsChanged Event


In This Topic
    SiblingDataRowsChanged Event
    In This Topic
    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.
    Syntax
    '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
    Remarks

    Modifications made to a sibling DataRow between calls to its CellRow.BeginEdit and CellRow.EndEdit methods, will not cause the SiblingDataRowsChanged events to be raised until the EndEdit or CancelEdit methods are called.

    Requirements

    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

    See Also