CollectionChangeEventArgs Class

General collection change event arguments.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class CollectionChangeEventArgs
Inheritance
Object    CollectionChangeEventArgs

Constructors

CollectionChangeEventArgsInitializes a new instance of the CollectionChangeEventArgs class

Properties

ActionName Get/Set the name of the action.
Handled Get/Set a value indicating whether this change has been handled.
PropertyName Get/Set the name of the property affected on the item.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mActionName Private member for ActionName.
mHandled Private member for Handled.
mPropertyName Private member for PropertyName.

See Also