DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / Jpip Class / GetUri Event






In This Topic
    GetUri Event
    In This Topic
    Event used to give finer control over the generation of Uris for JPIP transfer syntaxes
    Syntax
    'Declaration
     
    
    Public Event GetUri As GetUrlHandler
    'Usage
     
    
    Dim instance As Jpip
    Dim handler As GetUrlHandler
     
    AddHandler instance.GetUri, handler
    public event GetUrlHandler GetUri
    public event GetUri: GetUrlHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event GetUrlHandler* GetUri
    public:
    event GetUrlHandler^ GetUri
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also