バージョン

DataErrorEventArgs コンストラクタ(UltraTreeNode,UltraTreeNodeColumn,Exception,Object,String)

DataErrorEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal node As UltraTreeNode, _
   ByVal column As UltraTreeNodeColumn, _
   ByVal exception As Exception, _
   ByVal invalidValue As Object, _
   ByVal editorErrorMessage As String _
)
public DataErrorEventArgs( 
   UltraTreeNode node,
   UltraTreeNodeColumn column,
   Exception exception,
   object invalidValue,
   string editorErrorMessage
)

パラメータ

node
値が変更されたセルを含む UltraTreeNode オブジェクト。
column
値が変更されたセルを定義する UltraTreeNodeColumn オブジェクト。
exception
データエラーに関する情報を含む例外。
invalidValue
データエラーの原因となったセル値。
editorErrorMessage
の時にエンドユーザーに表示されるテキスト
参照