DicomObjects Reference
DicomObjects Reference / DicomViewer Object / OnDataChanged Event
In This Topic
    OnDataChanged Event
    In This Topic
    Description
    fired whenever the underlying data in the control’s Images collection changes
    Syntax
    Visual Basic
    Public Event OnDataChanged()
    Remarks
    This event is useful for updating any display elements which relate to the images displayed, such as the patient’s name etc.
    See Also