Show / Hide Table of Contents

Class Element

The element base class.

Inheritance
System.Object
Element
Button
CheckBox
ComboBox
IntegerUpDown
Label
Slider
TextBox
Inherited Members
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: DesktopMagicPluginAPI.Inputs
Assembly: DesktopMagicPluginAPI.dll
Syntax
public abstract class Element

Methods

| Improve this Doc View Source

ValueChanged()

Triggers the OnValueChanged event.

Declaration
protected void ValueChanged()

Events

| Improve this Doc View Source

OnValueChanged

Occurs when the value has been changed.

Declaration
public event Action OnValueChanged
Event Type
Type Description
System.Action
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX