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




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

    Property Value

    Object value.
    See Also