'宣言 Public Function New( _ ByVal affectedRows As System.Integer, _ ByVal e As System.Exception _ )
public C1GridViewUpdatedEventArgs( System.int affectedRows, System.Exception e )
パラメータ
- affectedRows
- 更新操作によって影響を受けた行の数。
- e
- 更新操作中に発生した例外(発生した場合)。
'宣言 Public Function New( _ ByVal affectedRows As System.Integer, _ ByVal e As System.Exception _ )
public C1GridViewUpdatedEventArgs( System.int affectedRows, System.Exception e )