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