Page.Validate() is called when CausesValidation=true
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / GridViewCommandEventArgs.cs
index 6631c6099cb62fcb175cd6a3809d0bab224fc0e6..490938e0626aa26231274df0cbfe661a0ad86ab2 100644 (file)
@@ -52,6 +52,10 @@ namespace System.Web.UI.WebControls
                public object CommandSource {
                        get { return source; }
                }
+               
+               internal GridViewRow Row {
+                       get { return row; }
+               }
        }
 }