Adf.Web.UI.SmartView.SmartView.OnRowCommand C# (CSharp) Method

OnRowCommand() protected method

protected OnRowCommand ( System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
e System.Web.UI.WebControls.GridViewCommandEventArgs
return void
        protected override void OnRowCommand(GridViewCommandEventArgs e)
        {
            ID id;

            if (this.TryGetId(e, out id)) _currentId = id;

            base.OnRowCommand(e);
        }