public class CollectionChangeEventArgs<T>
Public Class CollectionChangeEventArgs(Of T)
No code example is currently available or this language may not be supported.
CollectionChangeEventArgsT | Create a new instance of the CollectionChangeEventArgs item. |
CollectionChangeEventArgsT(T) | Create a new instance of the CollectionChangeEventArgs item. |
CollectionChangeEventArgsT(ListT) | Create a new instance of the CollectionChangeEventArgs item. |
CollectionChangeEventArgsT(String) | Create a new instance of the CollectionChangeEventArgs item. |
CollectionChangeEventArgsT(String, T) | Create a new instance of the CollectionChangeEventArgs item. |
CollectionChangeEventArgsT(String, ListT) | Create a new instance of the CollectionChangeEventArgs item. |
ActionName | Get/Set the name of the action. |
AffectedItems | Get/Set a reference to the collection of items affected by this event. |
Handled | Get/Set a value indicating whether this change has been handled. |
PropertyName | Get/Set the name of the property affected on the item. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |