DataFormWebPart.eventArgument Field
Records the callback string arguments for later processing.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected eventArgument As String
'Usage
Dim value As String
value = Me.eventArgument
Me.eventArgument = value
protected string eventArgument