Adf.Web.UI.SmartView.SmartView.OnRowCommand C# (CSharp) 메소드

OnRowCommand() 보호된 메소드

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

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

            base.OnRowCommand(e);
        }