DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / PositionChanged Event



In This Topic
    PositionChanged Event
    In This Topic
    An event which fires when the plane displayed by this image changes.
    Syntax
    'Declaration
     
    
    Public Event PositionChanged As PositionChangedHandler
    'Usage
     
    
    Dim instance As DicomImage
    Dim handler As PositionChangedHandler
     
    AddHandler instance.PositionChanged, handler
    public event PositionChangedHandler PositionChanged
    public:
    event PositionChangedHandler^ PositionChanged
    Remarks
    This is used by the DicomLabel objects with type = DicomObjects.Enums.LabelType.ReferenceLine to cause them to update automatically, but is also available for user use - e.g. for updating displayed axes.
    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