VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / OnInvalidated(InvalidateEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnInvalidated(InvalidateEventArgs) Method (ImageViewerBase)
    In This Topic
    Syntax
    'Declaration
    
    <EditorBrowsableAttribute(Advanced)>
    Protected Overrides Sub OnInvalidated( _
    ByVal e
    An System.Windows.Forms.InvalidateEventArgs that contains the event data.
    As System.Windows.Forms.InvalidateEventArgs _
    )
    [EditorBrowsable(Advanced)]
    protected override void OnInvalidated(
    System.Windows.Forms.InvalidateEventArgs e
    )
    [EditorBrowsable(Advanced)]
    protected: void OnInvalidated(
    System.Windows.Forms.InvalidateEventArgs* e
    ); override
    [EditorBrowsable(Advanced)]
    protected:
    void OnInvalidated(
    System.Windows.Forms.InvalidateEventArgs^ e
    ); override

    Parameters

    e
    An System.Windows.Forms.InvalidateEventArgs that contains the event data.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also