Show / Hide Table of Contents

Class OnChangedEventArgs

Inheritance
Object
OnChangedEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Gui.Events
Assembly: SlipeClient.dll
Syntax
public class OnChangedEventArgs

Properties

| Improve this Doc View Source

Element

The Gui element which was changed

Declaration
public EditableGuiElement Element { get; }
Property Value
Type Description
EditableGuiElement
  • Improve this Doc
  • View Source
Back to top Generated by DocFX