VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ObjectPropertyChangedEventArgs Class / ObjectPropertyChangedEventArgs Constructor(String,Object,Object)
Syntax Requirements SeeAlso
In This Topic
    ObjectPropertyChangedEventArgs Constructor(String,Object,Object)
    In This Topic
    Initializes a new instance of the ObjectPropertyChangedEventArgs 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 ObjectPropertyChangedEventArgs(
    System.String propertyName,
    System.Object oldValue,
    System.Object newValue
    )
    public: ObjectPropertyChangedEventArgs(
    System.String propertyName,
    System.Object oldValue,
    System.Object newValue
    )
    public:
    ObjectPropertyChangedEventArgs(
    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also