struct NotifyCollectionChangedAction
in global :: System . Collections . Specialized
Describes the action that caused a event.
public static NotifyCollectionChangedAction Add
An item was added to the collection.
public static NotifyCollectionChangedAction Move
An item was moved within the collection.
public static NotifyCollectionChangedAction Remove
An item was removed from the collection.
public static NotifyCollectionChangedAction Replace
An item was replaced in the collection.
public static NotifyCollectionChangedAction Reset
The content of the collection was cleared.
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.