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");
        }