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



e

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnSelectedIndexChanged( _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim e As EventArgs
 
instance.OnSelectedIndexChanged(e)
C# 
protected override void OnSelectedIndexChanged( 
   EventArgs e
)
C++/CLI 
protected:
void OnSelectedIndexChanged( 
   EventArgs^ 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.