menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IStyleChanged - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Windows.Styles
    Assembly: Syncfusion.GridCommon.Wpf.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 StyleChangedEventArgs instance containing the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved