TechTalk Genome v4.2

QueryFieldCollection.OnRemoveComplete Method 

Unsubscribes from the FieldChanged event of the QueryField item after the Remove or RemoveAt method removes the specified item from the collection.

protected override void OnRemoveComplete(
   int index,
   object value
);

Parameters

index
The zero-based index of the item to remove, which is used when RemoveAt is called.
value
The QueryField object removed from the collection, which is used when Remove is called.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

QueryFieldCollection Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace