AutomationInteropProvider.InvalidateLimit Field

Definition

Specifies the maximum number of events to send before batching.

public: int InvalidateLimit = 20;
public const int InvalidateLimit = 20;
val mutable InvalidateLimit : int
Public Const InvalidateLimit As Integer  = 20

Field Value

Value = 20

Remarks

This value determines whether notification is given of individual events such as ChildAdded or of bulk events such as ChildrenBulkAdded.

Applies to