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

DeleteLocation_Click() protected method

Handles the Click event of the DeleteLocation control.
protected DeleteLocation_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
return void
        protected void DeleteLocation_Click( object sender, RowEventArgs e )
        {
            if ( DeleteLocationClick != null )
            {
                DeleteLocationClick( sender, e );
            }
        }