FlexGrid for WinForms
GridErrorEventArgs Constructor



The row index of the cell where the error was detected.
The column index of the cell where the error was detected.
The Exception object that contains information about the error.
Whether the error was handled internally and no exception should be thrown.
Initializes a new instance of the GridErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal exception As Exception, _
   ByVal handled As Boolean _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim exception As Exception
Dim handled As Boolean
 
Dim instance As New GridErrorEventArgs(row, col, exception, handled)
public GridErrorEventArgs( 
   int row,
   int col,
   Exception exception,
   bool handled
)
public:
GridErrorEventArgs( 
   int row,
   int col,
   Exception^ exception,
   bool handled
)

Parameters

row
The row index of the cell where the error was detected.
col
The column index of the cell where the error was detected.
exception
The Exception object that contains information about the error.
handled
Whether the error was handled internally and no exception should be thrown.
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

GridErrorEventArgs Class
GridErrorEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback