IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Progress Event

Occurs when PercentDone of the input is read.

Syntax

[VB.NET]
Public Event OnProgress As OnProgressHandler
[C#]
public event OnProgressHandler OnProgress;

public delegate void OnProgressHandler(object sender, NetcodeProgressEventArgs e);

class NetcodeProgressEventArgs : EventArgs {
  int PercentDone {get;}
}

Remarks

The ProgressStep property determines how often the event is fired.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]