WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayOptionChangedEventArgs

    Show / Hide Table of Contents

    Class DisplayOptionChangedEventArgs

    Provide the data for the DisplayOptionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    DisplayOptionChangedEventArgs
    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.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DisplayOptionChangedEventArgs : EventArgs

    Constructors

    DisplayOptionChangedEventArgs(RibbonDisplayOption, RibbonDisplayOption)

    Constructor of DisplayOptionChangedEventArgs

    Declaration
    public DisplayOptionChangedEventArgs(RibbonDisplayOption oldDisplayOption, RibbonDisplayOption newDisplayOption)
    Parameters
    Type Name Description
    RibbonDisplayOption oldDisplayOption
    RibbonDisplayOption newDisplayOption

    Properties

    NewValue

    Gets the new RibbonDisplayOption value assigned to the RibbonControlAdv.

    Declaration
    public RibbonDisplayOption NewValue { get; }
    Property Value
    Type Description
    RibbonDisplayOption

    OldValue

    Gets the old RibbonDisplayOption value of the RibbonControlAdv.

    Declaration
    public RibbonDisplayOption OldValue { get; }
    Property Value
    Type Description
    RibbonDisplayOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved