Version

OnItemCommand Method (GridBehavior)

Called for every behavior to give it a chance to handle the command bubbled from inside of the child controls collection of the grid.
Syntax
'Declaration
 
Protected Overridable Function OnItemCommand( _
   ByVal source As Object, _
   ByVal args As HandleCommandEventArgs _
) As Boolean
protected virtual bool OnItemCommand( 
   object source,
   HandleCommandEventArgs args
)

Parameters

source
Reference to the object that initiated the command event.
args
Event arguments.

Return Value

True if the command was handled
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