ActivEarth.Groups.CreateGroup.Cancel C# (CSharp) Méthode

Cancel() protected méthode

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
Résultat void
        protected void Cancel(object sender, EventArgs e)
        {
            Response.Redirect("~/Groups/Groups.aspx");
        }