DataGridViewCellParsingEventArgs コンストラクタ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ rowIndex As Integer, _ columnIndex As Integer, _ value As Object, _ desiredType As Type, _ inheritedCellStyle As DataGridViewCellStyle _ )
Dim rowIndex As Integer Dim columnIndex As Integer Dim value As Object Dim desiredType As Type Dim inheritedCellStyle As DataGridViewCellStyle Dim instance As New DataGridViewCellParsingEventArgs(rowIndex, columnIndex, value, desiredType, inheritedCellStyle)
public DataGridViewCellParsingEventArgs ( int rowIndex, int columnIndex, Object value, Type desiredType, DataGridViewCellStyle inheritedCellStyle )
public: DataGridViewCellParsingEventArgs ( int rowIndex, int columnIndex, Object^ value, Type^ desiredType, DataGridViewCellStyle^ inheritedCellStyle )
public DataGridViewCellParsingEventArgs ( int rowIndex, int columnIndex, Object value, Type desiredType, DataGridViewCellStyle inheritedCellStyle )
public function DataGridViewCellParsingEventArgs ( rowIndex : int, columnIndex : int, value : Object, desiredType : Type, inheritedCellStyle : DataGridViewCellStyle )
- desiredType
新しい値の型。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DataGridViewCellParsingEventArgs コンストラクタのページへのリンク