public Action<ProcessProgress<TUnit>> ProgressHandler { get; set; }
Public Property ProgressHandler As Action(Of ProcessProgress(Of TUnit))
Get
Set
public:
property Action<ProcessProgress<TUnit>^>^ ProgressHandler {
Action<ProcessProgress<TUnit>^>^ get ();
void set (Action<ProcessProgress<TUnit>^>^ value);
}
function get_ProgressHandler();
function set_ProgressHandler(value);