ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / OnLUTUpdated Method
Event arguments.




In This Topic
    OnLUTUpdated Method
    In This Topic
    Occurs when the lookup table is updated.
    Syntax
    'Declaration
     
    Protected Sub OnLUTUpdated( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    Dim instance As ImGearPageDisplay
    Dim e As EventArgs
     
    instance.OnLUTUpdated(e)
    protected void OnLUTUpdated( 
       EventArgs e
    )
    protected: void OnLUTUpdated( 
       EventArgs* e
    ) 
    protected:
    void OnLUTUpdated( 
       EventArgs^ e
    ) 

    Parameters

    e
    Event arguments.
    See Also