ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTBorder Class / ARTPropertyChanged Event




In This Topic
    ARTPropertyChanged Event (ImGearARTBorder)
    In This Topic
    Occurs when a property value changes and presents old and new values of the property.
    Syntax
    'Declaration
     
    Public Event ARTPropertyChanged As ARTPropertyChangedEventHandler
    'Usage
     
    Dim instance As ImGearARTBorder
    Dim handler As ARTPropertyChangedEventHandler
     
    AddHandler instance.ARTPropertyChanged, handler
    public event ARTPropertyChangedEventHandler ARTPropertyChanged
    public: __event ARTPropertyChangedEventHandler* ARTPropertyChanged
    public:
    event ARTPropertyChangedEventHandler^ ARTPropertyChanged
    Event Data

    The event handler receives an argument of type ImGearARTPropertyChangedEventArgs containing data related to this event. The following ImGearARTPropertyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets new value of changed property.  
    Gets old value of changed property.  
    See Also