alexa

    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.Styles
    Assembly: Syncfusion.Shared.Base.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 instance containing the event data.

    Back to top Generated by DocFX