PropertyChangingEventArgs Constructor
Class constructor.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public PropertyChangingEventArgs(
string propertyName,
Object oldValue,
Object newValue
)
Public Sub New (
propertyName As String,
oldValue As Object,
newValue As Object
)
Parameters
- propertyName String
- Name of the modified property.
- oldValue Object
- Previous value of the modified property.
- newValue Object
- New value of the modified property.