DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / DisplayChanged Event



In This Topic
    DisplayChanged Event
    In This Topic
    This event is fired whenever the display properties of any of the images in the control�s Images collection change.
    Syntax
    'Declaration
     
    
    Public Event DisplayChanged As DisplayChangedHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As DisplayChangedHandler
     
    AddHandler instance.DisplayChanged, handler
    public event DisplayChangedHandler DisplayChanged
    public:
    event DisplayChangedHandler^ DisplayChanged
    Remarks

    This event is useful for updating appropriate display elements relating to the images displayed, such as Width and Level sliders etc.

    Note that DataChanged is always followed by DisplayChanged, so there is no need to duplicate functionality in the DataChanged routine.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also