Class DisplayOptionChangedEventArgs
Provide the data for the DisplayOptionChanged event.
Inheritance
System.Object
System.EventArgs
DisplayOptionChangedEventArgs
Inherited Members
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)
System.Object.ToString()
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 |
---|
RibbonDisplayOption |
OldValue
Gets the old RibbonDisplayOption value of the RibbonControlAdv.
Declaration
public RibbonDisplayOption OldValue { get; }
Property Value
Type |
---|
RibbonDisplayOption |