FieldUpdatingProgressArgs

FieldUpdatingProgressArgs class

Provides data for the field updating progress event.

public sealed class FieldUpdatingProgressArgs

Properties

NameDescription
TotalFieldsCount { get; }Gets the total fields count to be updated.
UpdateCompleted { get; }Gets a value indicating whether field updating is completed.
UpdatedFieldsCount { get; }Gets the number of updated fields.

See Also