←Select platform

NotifyLeadCollectionChangedAction Enumeration

Summary
Describes the action that caused a CollectionChanged event.
Syntax
C#
C++/CLI
Java
Python
public enum NotifyLeadCollectionChangedAction 
public final class NotifyLeadCollectionChangedAction 
    extends java.lang.Enum<NotifyLeadCollectionChangedAction> 
public enum class NotifyLeadCollectionChangedAction   
class NotifyLeadCollectionChangedAction(Enum): 
   Add = 0 
   Remove = 1 
   Replace = 2 
   Move = 3 
   Reset = 4 
Members
ValueMemberDescription
0AddOne or more items were added to the collection.
1RemoveOne or more items were removed from the collection.
2ReplaceOne or more items were replaced in the collection.
3MoveOne or more items were moved within the collection.
4ResetThe content of the collection changed dramatically.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.