Wimark.Controls Class Library  

DataGridViewCellCancelEventArgs Constructor

Initializes a new instance of the DataGridViewCellCancelEventArgs class for the specified row index, column index and cancel flag.

[Visual Basic]
Public Sub New( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer, _
   ByVal cancel As Boolean _
)
 
[C#]
public DataGridViewCellCancelEventArgs( 
   int rowIndex, 
   int columnIndex, 
   bool cancel 
);
[C++]
public: DataGridViewCellCancelEventArgs( 
   int rowIndex, 
   int columnIndex, 
   bool cancel 
);

Parameters

rowIndex
The row index of the cell that raised the event.
columnIndex
The column index of the cell that raised the event.
cancel
A value indicating whether the event should be canceled.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCellCancelEventArgs Class | DataGridViewCellCancelEventArgs Members | Wimark.Controls Namespace