Rock.Web.UI.Controls.CheckinGroup.AddLocation_Click C# (CSharp) Method

AddLocation_Click() protected method

Handles the Click event of the AddLocation control.
protected AddLocation_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void
        protected void AddLocation_Click( object sender, EventArgs e )
        {
            if ( AddLocationClick != null )
            {
                AddLocationClick( sender, e );
            }
        }