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 SourceChangeEventArgs()
Declaration
public ChangeEventArgs()
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 SourceCurrentValue
Declaration
public object CurrentValue
Field Value
| Type | Description |
|---|---|
| System.Object |
PreviuosEvent
Declaration
public ChangeEventArgs PreviuosEvent
Field Value
| Type | Description |
|---|---|
| ChangeEventArgs |
PropertyName
Declaration
public string PropertyName
Field Value
| Type | Description |
|---|---|
| System.String |