Click or drag to resize

IDataGridEventsProvider Interface

Provides additional events for the DataGrid

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public interface IDataGridEventsProvider

The IDataGridEventsProvider type exposes the following members.

Events
  NameDescription
Public eventColumnActualWidthChanged
Occurs when the actual width of a column has changed.
Public eventColumnDisplayIndexChanged
Occurs when the display index of a column has changed.
Public eventColumnSortDirectionChanged
Occurs when the sort direction of a column has changed.
Public eventColumnVisibilityChanged
Occurs when the visibility of a column has changed.
Top
Remarks
Retrieve this via the GetAdditionalEvents(DataGrid) extension method.
See Also