ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / LUTUpdated Event




In This Topic
    LUTUpdated Event (ImGearPresentationPageDisplay)
    In This Topic
    Occurs when the lookup table is updated.
    Syntax
    'Declaration
     
    Public Event LUTUpdated As EventHandler
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim handler As EventHandler
     
    AddHandler instance.LUTUpdated, handler
    public event EventHandler LUTUpdated
    public: __event EventHandler* LUTUpdated
    public:
    event EventHandler^ LUTUpdated
    See Also