MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).Remove Method

See Also
 





Removes the first occurrence of the specified object from the StateCollection collection.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public virtual void Remove (
    T item
)

Visual Basic  Copy Code

Public Overridable Sub Remove( _
    item As T _
)

 Parameters

item

Type: T
The item to remove.

 See Also