DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also