Interface IStyleChanged
Implements the StyleChanged(StyleChangedEventArgs) method which is called from OnStyleChanged(StyleInfoProperty) of a StyleInfoBase if the object is in WeakReferenceChangedListeners collection.
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public interface IStyleChanged
  Methods
StyleChanged(StyleChangedEventArgs)
Called from OnStyleChanged(StyleInfoProperty) of a StyleInfoBase object.
Declaration
void StyleChanged(StyleChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| StyleChangedEventArgs | e | The   |