menu

WPF

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

    Show / Hide Table of Contents

    Class StyleChangedEventArgs

    Provides data for the Changed event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    StyleChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Styles
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class StyleChangedEventArgs : SyncfusionEventArgs

    Constructors

    StyleChangedEventArgs(StyleInfoProperty)

    Initializes the object with the property that has changed.

    Declaration
    public StyleChangedEventArgs(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip

    Identifies the property that has changed.

    Properties

    Sip

    Returns the property that has changed.

    Declaration
    [TraceProperty(true)]
    public StyleInfoProperty Sip { get; }
    Property Value
    Type
    StyleInfoProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved