Aspose.Cells.GridWeb.Examples.CSharp.GridWebBasics.HandleDoubleClickEvents.GridWeb1_SubmitCommand C# (CSharp) Méthode

GridWeb1_SubmitCommand() protected méthode

protected GridWeb1_SubmitCommand ( object sender, System e ) : void
sender object
e System
Résultat void
        protected void GridWeb1_SubmitCommand(object sender, System.EventArgs e)
        {
            GridWeb1.Message = "You just clicked \"Submit\" icon!";
        }