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 SourceStateChangedArgs(StateChangedArgs.State)
Declaration
public StateChangedArgs(StateChangedArgs.State state)
Parameters
| Type | Name | Description |
|---|---|---|
| StateChangedArgs.State | state |
Fields
| Improve this Doc View SourceSelectedChild
Declaration
public IShowProperty SelectedChild
Field Value
| Type | Description |
|---|---|
| IShowProperty |
Properties
| Improve this Doc View SourceEventState
Declaration
public StateChangedArgs.State EventState { get; }
Property Value
| Type | Description |
|---|---|
| StateChangedArgs.State |