VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ObjectPropertyChangingEventArgs Class / ObjectPropertyChangingEventArgs Constructor(String,Object,Object)
Syntax Requirements SeeAlso
In This Topic
ObjectPropertyChangingEventArgs Constructor(String,Object,Object)
In This Topic
Initializes a new instance of the ObjectPropertyChangingEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal propertyName
Property name.
As System.String, _
ByVal oldValue
Old value of property.
As System.Object, _
ByVal newValue
New value of property.
As System.Object _
)
public ObjectPropertyChangingEventArgs(
System.String propertyName,
System.Object oldValue,
System.Object newValue
)

Parameters

propertyName
Property name.
oldValue
Old value of property.
newValue
New value of property.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also