ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDICOMDisplaySettings Interface / DisplaySummaryLUTUpdated Event




In This Topic
    DisplaySummaryLUTUpdated Event
    In This Topic
    Occurs when the display summary LUT is changed.
    Syntax
    'Declaration
     
    Event DisplaySummaryLUTUpdated As EventHandler
    'Usage
     
    Dim instance As IImGearDICOMDisplaySettings
    Dim handler As EventHandler
     
    AddHandler instance.DisplaySummaryLUTUpdated, handler
    event EventHandler DisplaySummaryLUTUpdated
    __event EventHandler* DisplaySummaryLUTUpdated
    event EventHandler^ DisplaySummaryLUTUpdated
    See Also