IProgressNotificationCallback.Notify

IProgressNotificationCallback.Notify method

Called during project long-running operations to provide progress information.

public void Notify(ProgressNotificationArgs args)
ParameterTypeDescription
argsProgressNotificationArgsA ProgressNotificationArgs object containing progress information for the current operation.

See Also