Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCanvas Class / PostPaint Event


In This Topic
    PostPaint Event
    In This Topic
    Event, which occurs after the painting of the node children.
    Syntax
    'Declaration
     
    
    Public Event PostPaint As Nevron.Nov.Function(Of NCanvasPaintEventArgs)
    'Usage
     
    
    Dim instance As NCanvas
    Dim handler As Nevron.Nov.Function(Of NCanvasPaintEventArgs)
     
    AddHandler instance.PostPaint, handler
    public event Nevron.Nov.Function<NCanvasPaintEventArgs> PostPaint
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also