Version

OnAction Method (GridBehavior)

Called in a response to an action that happened on the client.
Syntax
'Declaration
 
Protected Overridable Sub OnAction( _
   ByVal actionType As String, _
   ByVal id As Object, _
   ByVal value As Object, _
   ByVal tag As Object _
) 
protected virtual void OnAction( 
   string actionType,
   object id,
   object value,
   object tag
)

Parameters

actionType
Type of the action.
id
Identification of the object the action is happened to.
value
A value assotiated with the action.
tag
A tag associated with the action.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also