DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DataChanged Event






DataChanged Event
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
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.8 or higher

See Also