DicomObjects.NET.8.48 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 PositionChanged: PositionChangedHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    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: .NET CLR 4.8 or higher

    See Also