| Name | Description |
 | Add | Overloaded. Adds a CallbackResult by creating it from the required parameters. |
 | AddRange | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | AsReadOnly | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Clear | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Contains | Overloaded.
Determines whether a CallbackResult with the specified control reference,
EventArg and parameters exists in the collection.
|
 | ConvertAll | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | CopyFrom |
Adds the CallbackResult objects from another collection into the current
collection.
|
 | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Exists | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Find | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | FindAll | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | FindByEventArg |
Returns the first CallbackResult in the collection with the matching EventArg
string.
|
 | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | FindLast | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | ForEach | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | GetEnumerator | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | GetRange | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Insert | Inserts a CallbackResult into the collection at the specified index. |
 | InsertRange | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Remove | Overloaded.
Removes CallbackResult objects with a specific control and event argument from
the collection.
|
 | RemoveAll | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | RemoveAt | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | RemoveRange | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Reverse | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | Sort | Overloaded. (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | ToArray | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | ToJson | Overloaded.
Serializes this instance to JSON (JavaScript Object Notation)
|
 | ToString | Overridden. Converts the collection to a string. |
 | TrimExcess | (Inherited from System.Collections.Generic.List<CallbackResult>) |
 | TrueForAll | (Inherited from System.Collections.Generic.List<CallbackResult>) |