Delegate that identifies the LoadPostData method which exists on Control. Used in combination with ExecuteLoadPostData.
Namespace:
Gaia.WebWidgetsAssembly: Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public delegate bool LoadPostDataDelegate( string postDataKey, NameValueCollection postCollection ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function LoadPostDataDelegate ( _ postDataKey As String, _ postCollection As NameValueCollection _ ) As Boolean |
Parameters
- postDataKey
- Type: System..::.String
Post Data Key
- postCollection
- Type: System.Collections.Specialized..::.NameValueCollection
Name Value Collection
