BCGControlBar Library for .NET
GridRowEventHandler Delegate




Syntax
'Declaration
 
Public Delegate Sub GridRowEventHandler( _
   ByVal sender As Object, _
   ByVal e As GridRowEventArgs _
) 
'Usage
 
Dim instance As New GridRowEventHandler(AddressOf HandlerMethod)
public delegate void GridRowEventHandler( 
   object sender,
   GridRowEventArgs e
)
public: __gc __delegate void GridRowEventHandler( 
   Object* sender,
   GridRowEventArgs* e
)
public delegate void GridRowEventHandler( 
   Object^ sender,
   GridRowEventArgs^ e
)

Parameters

sender
e
Requirements

Target Platforms: 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

Reference

GridRowEventHandler Members
BCGSoft.Controls.Grid Namespace

Send Feedback