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


In This Topic
    PrePaint Event
    In This Topic
    Event, which occurs before the painting of the node children.
    Syntax
    'Declaration
     
    
    Public Event PrePaint As Nevron.Nov.Function(Of NCanvasPaintEventArgs)
    'Usage
     
    
    Dim instance As NCanvas
    Dim handler As Nevron.Nov.Function(Of NCanvasPaintEventArgs)
     
    AddHandler instance.PrePaint, handler
    public event Nevron.Nov.Function<NCanvasPaintEventArgs> PrePaint
    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