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 Methods

The methods of the ListManager class are listed below. For a complete list of ListManager class members, see the ListManager Members topic.

Public:

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.

Protected:

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.]

Event Hookup:

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