Aspose.Cells.GridWeb.Examples.CSharp.GridWebBasics.HandleDoubleClickEvents.GridWeb1_SubmitCommand C# (CSharp) Метод

GridWeb1_SubmitCommand() защищенный Метод

protected GridWeb1_SubmitCommand ( object sender, System e ) : void
sender object
e System
Результат void
        protected void GridWeb1_SubmitCommand(object sender, System.EventArgs e)
        {
            GridWeb1.Message = "You just clicked \"Submit\" icon!";
        }