Show / Hide Table of Contents

Class ChangeEventArgs

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

Constructors

| Improve this Doc View Source

ChangeEventArgs()

Declaration
public ChangeEventArgs()
| Improve this Doc View Source

ChangeEventArgs(String, Object)

Declaration
public ChangeEventArgs(string propertyName, object currentValue)
Parameters
Type Name Description
System.String propertyName
System.Object currentValue

Fields

| Improve this Doc View Source

CurrentValue

Declaration
public object CurrentValue
Field Value
Type Description
System.Object
| Improve this Doc View Source

PreviuosEvent

Declaration
public ChangeEventArgs PreviuosEvent
Field Value
Type Description
ChangeEventArgs
| Improve this Doc View Source

PropertyName

Declaration
public string PropertyName
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX