Show / Hide Table of Contents

Class StateChangedArgs

Inheritance
System.Object
System.EventArgs
StateChangedArgs
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: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class StateChangedArgs : EventArgs

Constructors

| Improve this Doc View Source

StateChangedArgs(StateChangedArgs.State)

Declaration
public StateChangedArgs(StateChangedArgs.State state)
Parameters
Type Name Description
StateChangedArgs.State state

Fields

| Improve this Doc View Source

SelectedChild

Declaration
public IShowProperty SelectedChild
Field Value
Type Description
IShowProperty

Properties

| Improve this Doc View Source

EventState

Declaration
public StateChangedArgs.State EventState { get; }
Property Value
Type Description
StateChangedArgs.State
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX