menu

UWP

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

    Show / Hide Table of Contents

    Class StyleChangedEventArgs

    Provides data for the Changed event.

    Inheritance
    System.Object
    StyleChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class StyleChangedEventArgs : EventArgs

    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
    public StyleInfoProperty Sip { get; }
    Property Value
    Type
    StyleInfoProperty

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved