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

In This Topic
    StylePropertyChanged Method (FilterRow)
    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 _
    ) 
    protected void StylePropertyChanged( 
       object sender,
       PropertyChangedEventArgs e
    )

    Parameters

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