←Select platform

ListWithEvents<T> Class

Summary

Represents a strongly typed list of objects that can be accessed by index and fires events when the list is changed.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
public class ListWithEvents<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class ListWithEvents(Of T)  
   Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename T> 
public ref class ListWithEvents : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize