ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPropertyChangedEventArgs Class / OldPropertyValue Property




In This Topic
    OldPropertyValue Property
    In This Topic
    Gets old value of changed property.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldPropertyValue As Object
    'Usage
     
    Dim instance As ImGearARTPropertyChangedEventArgs
    Dim value As Object
     
    value = instance.OldPropertyValue
    public object OldPropertyValue {get;}
    public: __property Object* get_OldPropertyValue();
    public:
    property Object^ OldPropertyValue {
       Object^ get();
    }

    Property Value

    Object value.
    See Also