Adf.Web.UI.SmartView.SmartView.OnRowCommand C# (CSharp) Méthode

OnRowCommand() protected méthode

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

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

            base.OnRowCommand(e);
        }