IRead |
public interface IReadOnlyControlCollectionWithModifiedEvents<T> : IReadOnlyControlCollection<T>, IEnumerable<T>, IEnumerable, ICollectionModifiedEvents<T> where T : IControlBase
The IReadOnlyControlCollectionWithModifiedEventsT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of controls in the collection.
(Inherited from IReadOnlyControlCollectionT) | |
| ItemInt32 |
Get a control from the collection by index.
(Inherited from IReadOnlyControlCollectionT) | |
| ItemString |
Get a control from the collection by name.
(Inherited from IReadOnlyControlCollectionT) |
| Name | Description | |
|---|---|---|
| Contains |
Check if the collection contains a control.
(Inherited from IReadOnlyControlCollectionT) | |
| ContainsKey |
Check if the collection contains a control with name.
(Inherited from IReadOnlyControlCollectionT) | |
| IndexOf(T) |
Get the index of a control in the collection by reference.
(Inherited from IReadOnlyControlCollectionT) | |
| IndexOf(String) |
Get the index of a control in the collection by name.
(Inherited from IReadOnlyControlCollectionT) |
| Name | Description | |
|---|---|---|
| Added |
Event handler to be called when a value
has been added to a collection.
(Inherited from ICollectionModifiedEventsT) | |
| Removed |
Event handler to be called when a value
has been removed from a collection.
(Inherited from ICollectionModifiedEventsT) |