DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpip Class / StatusUpdate Event



In This Topic
    StatusUpdate Event
    In This Topic
    Event fires when a JPIP image's status changes
    Syntax
    'Declaration
     
    
    Public Event StatusUpdate As StatusUpdateHandler
    'Usage
     
    
    Dim instance As Jpip
    Dim handler As StatusUpdateHandler
     
    AddHandler instance.StatusUpdate, handler
    public event StatusUpdateHandler StatusUpdate
    public:
    event StatusUpdateHandler^ StatusUpdate
    Remarks
    This can indicate that data has been downloaded and/or decompressed
    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