ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class


In This Topic
    C1DataGrid Class Events
    In This Topic

    For a list of all members of this type, see C1DataGrid members.

    Public Events
     NameDescription
    Public EventOccurs after all the auto-generated columns are created.  
    Public EventOccurs when the auto-generated columns are being created.  
    Public EventOccurs after a cell began to be edited.  
    Public EventOccurs before a cell begins to be edited.  
    Public EventOccurs when a new row begins to be edited.  
    Public EventOccurs before a row begins to be edited. A row begins to be edited when one cell of the row begins editing and there was not previously editing cells in the row.  
    Public EventOccurs after the editing of a new row has been canceled.  
    Public EventOccurs after a row editing has been canceled.  
    Public EventOccurs before a cell change is canceled.  
    Public EventOccurs when a new row is canceled.  
    Public EventOccurs before a row editing is canceled. A row editing is cancelled when the user press escape. Notice that whether escape is pressed on an editing cell the action will cancel the editing of the cell, if escape is pressed again the changes in the whole row will be reverted.  
    Public EventOccurs when a column header drag operation finish.  
    Public EventOccurs when a column header is being dragged.  
    Public EventOccurs when a column header drag operation started.  
    Public EventOccurs after a move column operation is committed. The move operation can be started by the user when it drops a column header in a new position or when MoveColumn method is called.  
    Public EventOccurs before a move column operation is committed. The move operation can be started by the user when it drops a column header in a new position or when MoveColumn method is called.  
    Public EventOccurs when the user release the mouse after dragging the border on the right of the column header.  
    Public EventOccurs while the user is resizing a column by dragging the border on the right of the column header.  
    Public EventOccurs after a cell editing has been committed.  
    Public EventOccurs after a new row is committed.  
    Public EventOccurs after a row editing has been committed. A row editing is committed when a cell of the row has been previously edited and the current cell is changed to a cell which does not belong to the edited row.  
    Public EventOccurs before a cell change is committed.  
    Public EventOccurs before a new row is committed, allowing to cancel the action.  
    Public EventOccurs before a row editing is committed. A row editing is committed when a cell of the row has been previously edited and the current cell is changed to a cell which does not belong to the edited row.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when a row is being created in the model, so you can override the creation returning a different row type.  
    Public EventOccurs when a different cell becomes the current cell. Typically this occurs when a user clicks a cell, but it can be set programmatically too by setting CurrentRow and CurrentColumn.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs before a deletion of rows happens.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventOccurs after the filtering state changed.  
    Public EventOccurs before the filter state of C1DataGrid is changed.  
    Public EventOccurs before the filter of a column is loaded allowing to change the filter that will be displayed to the user.  
    Public EventOccurs when the filter of a column is opened by clicking the button on the right side of the column header.  
    Public Event (Inherited from System.Windows.UIElement)
    Public EventEvent raised when the FrozenBottomRowsCount property has changed.  
    Public EventEvent raised when the FrozenColumnCount property has changed.  
    Public EventEvent raised when the FrozenTopRowsCount property has changed.  
    Public EventOccurs when the page is generated.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventOccurs after the grouping state changed.  
    Public EventOccurs before the grouping state of the C1DataGrid is changed.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventEvent raised when the IsLoading property has changed.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventEvent raised when the IsMouseOver property has changed.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventOccurs when a keyboard key is pressed while the System.Windows.UIElement has focus.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventEvent raised when the LeadingColumnWidth property has changed.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs after the visual element of the cell is added to the visual tree and is ready for interaction.  
    Public EventOccurs after the column header presenter is added in the visual tree and is ready for interaction.  
    Public EventOccurs after the visual element of the row details is added in the visual tree and is ready for interaction.  
    Public EventOccurs after the visual element of the row header is added to the visual tree and is ready for interaction.  
    Public EventOccurs after the visual element of the row is added in the visual tree and is ready for interaction.  
    Public EventOccurs when a data item is being loaded in the model This might happen both by bringing the row into view or requesting the row programmatically.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventOccurs after the measuring the cells, so that the user can combine adjacent cells. In order to merge the cells you should call the method Merge of the DataGridMergingCellsEventArgs passed in.  
    Public Event (Inherited from System.Windows.Controls.Control)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.Controls.Control)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public EventOccurs when a property value changes.  
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs when the visibility of a row details changed.  
    Public EventOccurs when the user release the mouse after dragging the border at the bottom of the column header.  
    Public EventOccurs while the user is resizing a row by dragging the border at the bottom of the row header.  
    Public EventOccurs after new rows have been added to the C1DataGrid.  
    Public EventOccurs after rows have been deleted from the C1DataGrid.  
    Public EventOccurs when the SelectedItem or SelectedItems property value changes.  
    Public EventOccurs before the selection changes.  
    Public EventOccurs when the mouse drag operation in the area containing the rows is completed.  
    Public EventOccurs when the mouse is being dragged in the area containing the rows.  
    Public EventOccurs the first time the mouse is dragged in the area containing the rows.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs after the sorting state changed.  
    Public EventOccurs before the sorting state of C1DataGrid is changed.  
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.UIElement)
    Public Event (Inherited from System.Windows.FrameworkElement)
    Public EventOccurs before the visual element of a cell is removed from the visual tree.  
    Public EventOccurs before the visual element of a column header is removed from the visual tree.  
    Public EventOccurs before the visual element of a row details is removed from the visual tree.  
    Public EventOccurs before the visual element of a row header is removed from the visual tree.  
    Public EventOccurs before the visual element of a row is removed from the visual tree.  
    Public EventOccurs after a row is unloaded from the model.  
    Top
    See Also