NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListManager Members

Public:

Properties

AllowAdd Gets a value indicating whether additions to the list are allowed.
AllowEdit Gets a value indicating whether edits to the list are allowed.
AllowRemove Gets a value indicating whether removals from the list are allowed.
Bindings Gets the collection of bindings for the list.
Count Gets the count of items in the list.
Current Gets the current item in the list.
DataSource Gets the data source of the list.
IsBinding Gets a value indicating whether the list is bound to a data source.
IsLive Gets a value indicating whether the data source is live.
Item Gets or sets the object at the specified index.

In C#, this member is the indexer for the ListManager class.

List Gets the list as an object.
Position Gets or sets the position of the list.

Methods

AddNew Adds a new item to the list.
CancelCurrentEdit Cancels the current edit operation.
EndCurrentEdit Ends the current edit operation.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
Find [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetItemProperties Overloaded. [To be supplied.]
GetListName Overloaded. [To be supplied.]
GetSortDirection [To be supplied.]
GetSortProperty [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
Refresh Forces a repopulation of the System.ListManager.
RemoveAt Removes the item at the specified index.
ResumeBinding Resumes binding of component properties to list items.
SetSort Sets the column to sort, and the sort direction.
SuspendBinding Suspends binding.
ToString (inherited from Object) Returns a String that represents the current Object.

Events

CurrentChanged [To be supplied.]
CurrentChanging [To be supplied.]
ItemChanged [To be supplied.]
PositionChanged [To be supplied.]

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
GetItemProperties Overloaded. [To be supplied.]
GetListName Overloaded. [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnCurrentChanged [To be supplied.]
OnCurrentChanging [To be supplied.]
OnItemChanged [To be supplied.]
OnPositionChanged [To be supplied.]

Fields

finalType [To be supplied.]

Event Hookup:

Methods

AddOnCurrentChanged [To be supplied.]
AddOnCurrentChanging [To be supplied.]
AddOnItemChanged [To be supplied.]
AddOnPositionChanged [To be supplied.]
RemoveOnCurrentChanged [To be supplied.]
RemoveOnCurrentChanging [To be supplied.]
RemoveOnItemChanged [To be supplied.]
RemoveOnPositionChanged [To be supplied.]

See Also

ListManager Class | System.WinForms Namespace