Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportList Class / ViewportPropertyChanged Event

In This Topic
    ViewportPropertyChanged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ViewportPropertyChanged As PropertyChangedEventHandler
    public event PropertyChangedEventHandler ViewportPropertyChanged
    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
     
    See Also