PowerWEB LiveControls for ASP.NET
OnItemCommand Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : OnItemCommand Method



e

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnItemCommand( _
   ByVal e As DataGridCommandEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim e As DataGridCommandEventArgs
 
instance.OnItemCommand(e)
C# 
protected override void OnItemCommand( 
   DataGridCommandEventArgs e
)
C++/CLI 
protected:
void OnItemCommand( 
   DataGridCommandEventArgs^ e
) override 

Parameters

e

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.