'宣言 Public Function New( _ ByVal row As C1GridViewRow, _ ByVal commandSource As System.Object, _ ByVal originalArgs As System.Web.UI.WebControls.CommandEventArgs _ )
public C1GridViewCommandEventArgs( C1GridViewRow row, System.object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs )
パラメータ
- row
- コマンドソースを含む C1GridViewRow。
- commandSource
- コマンドのソース。
- originalArgs
- イベントデータを含む System.Web.UI.WebControls.CommandEventArgs。