FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / PropertyChanged Event


In This Topic
    PropertyChanged Event
    In This Topic
    PropertyChanged event fires when any property Device property has been changed.
    Syntax
    'Declaration
     
    
    Public Event PropertyChanged As PropertyChangedEventHandler
    'Usage
     
    
    Dim instance As Device
    Dim handler As PropertyChangedEventHandler
     
    AddHandler instance.PropertyChanged, handler
    public event PropertyChangedEventHandler PropertyChanged
    Event Data

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

    PropertyDescription
     
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also