Version

OnAction Method (IGridBehavior)

Called when a client side action is being passed unto the grid.
Syntax
'Declaration
 
Sub OnAction( _
   ByVal actionType As String, _
   ByVal id As Object, _
   ByVal value As Object, _
   ByVal tag As Object _
) 
void OnAction( 
   string actionType,
   object id,
   object value,
   object tag
)

Parameters

actionType
Type of the action occurred on the lient.
id
Id of an object associated with the action.
value
A value associated with the action.
tag
A tag associated with the action. Any additional info about the action can be provided here.
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