ComponentOne DataGrid for WPF and Silverlight
FrozenTopRowsCountChanged Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : FrozenTopRowsCountChanged Event
Event raised when the FrozenTopRowsCount property has changed.
Syntax
'Declaration
 
Public Event FrozenTopRowsCountChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Integer))
public event System.EventHandler<PropertyChangedEventArgs<int>> FrozenTopRowsCountChanged
Event Data

The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also