ActivEarth.Groups.CreateGroup.Cancel C# (CSharp) Метод

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

Method called when the Cancel Button is clicked. Redirects the user back to the Groups page.
protected Cancel ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        protected void Cancel(object sender, EventArgs e)
        {
            Response.Redirect("~/Groups/Groups.aspx");
        }