RecordCountEventArgs public sealed class RecordCountEventArgs : EventArgs Represents the record count event argument data. This class cannot be inherited. Documentation public int Count { get; } Gets the record count. public RecordCountEventArgs(int count) Initializes a new instance of the RecordCountEventArgs class.