C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / DetailRow Class / StylePropertyChanged Method
CellStyle that changed.
System.ComponentModel.PropertyChangedEventArgs that contains the name of the property that changed.

In This Topic
StylePropertyChanged Method (DetailRow)
In This Topic
Called when any CellStyle owned by the grid changes.
Syntax
'Declaration
 
Protected Sub StylePropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
 

Parameters

sender
CellStyle that changed.
e
System.ComponentModel.PropertyChangedEventArgs that contains the name of the property that changed.
See Also