IProgressNotificationCallback

IProgressNotificationCallback class

Represents a callback interface for receiving notifications during long-running project operations.

The IProgressNotificationCallback type exposes the following members:

Methods

NameDescription
notify(args)Called during project long-running operations to provide progress information.

See Also