Nevron Open Vision Documentation
Nevron.Nov Namespace / NProgress Class / Progress Event


In This Topic
    Progress Event
    In This Topic
    The progress event, which is always called on the UI thread.
    Syntax
    'Declaration
     
    
    Public Event Progress As Nevron.Nov.Function(Of String,Double)
    'Usage
     
    
    Dim instance As NProgress
    Dim handler As Nevron.Nov.Function(Of String,Double)
     
    AddHandler instance.Progress, handler
    public event Nevron.Nov.Function<string,double> Progress
    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