Click or drag to resize

ICollectionModifiedEventsT Interface

Adds event handlers for modifications to a collection.

Namespace: AxiomCore2.Controls
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public interface ICollectionModifiedEvents<T>

Type Parameters

T
Generic type of values in collection.

The ICollectionModifiedEventsT type exposes the following members.

Events
 NameDescription
Public eventAdded Event handler to be called when a value has been added to a collection.
Public eventRemoved Event handler to be called when a value has been removed from a collection.
Top
See Also