Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / BackgroundSettings Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (BackgroundSettings)
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Event PropertyChanged As UIRoutedEventHandler
    public event UIRoutedEventHandler PropertyChanged
    Event Data

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

    PropertyDescription
     
    See Also