Class Element
The element base class.
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 SourceValueChanged()
Triggers the OnValueChanged event.
Declaration
protected void ValueChanged()
Events
| Improve this Doc View SourceOnValueChanged
Occurs when the value has been changed.
Declaration
public event Action OnValueChanged
Event Type
| Type | Description |
|---|---|
| System.Action |