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



In This Topic
    DataChanged Event
    In This Topic
    This event is fired whenever the underlying data in the control's Images collection changes
    Syntax
    'Declaration
     
    
    Public Event DataChanged As DataChangedHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As DataChangedHandler
     
    AddHandler instance.DataChanged, handler
    public event DataChangedHandler DataChanged
    public:
    event DataChangedHandler^ DataChanged
    Remarks

    This event is useful for updating any display elements which relate to the images displayed, such as the patient�s name etc. It only fires when complete images are added, removed, moved etc., not when attributes of those images are changed.

    See also the DisplayChanged event.

    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