LEADTOOLS (Leadtools assembly)

NotifyLeadCollectionChangedAction Enumeration

Show in webframe







Describes the action that caused a LeadCollection<T>.CollectionChanged event.
Syntax
public enum NotifyLeadCollectionChangedAction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum NotifyLeadCollectionChangedAction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As NotifyLeadCollectionChangedAction
public enum NotifyLeadCollectionChangedAction : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.NotifyLeadCollectionChangedAction = function() { };
Leadtools.NotifyLeadCollectionChangedAction.prototype = {
Add = 0, Remove = 1, Replace = 2, Move = 3, Reset = 4, };
public enum class NotifyLeadCollectionChangedAction : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.NotifyLeadCollectionChangedAction

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.