WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemeChangedEventArgs - WindowsForms API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class ThemeChangedEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    System.EventArgs
    ThemeChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Events
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ThemeChangedEventArgs : EventArgs

    Constructors

    ThemeChangedEventArgs(String)

    Initializes a new instance of the ThemeChangedEventArgs class.

    Declaration
    public ThemeChangedEventArgs(string themeName)
    Parameters
    Type Name Description
    System.String themeName

    Name of the theme.

    Properties

    ThemeName

    Gets the name of the theme.

    Declaration
    public string ThemeName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved